powered by
http lib adapter registry
adapters
list
HttpLibAdapaterRegistry$print()
HttpLibAdapaterRegistry$register()
HttpLibAdapaterRegistry$clone()
print()
print method for the HttpLibAdapaterRegistry class
HttpLibAdapaterRegistry
HttpLibAdapaterRegistry$print(x, ...)
x
self
...
ignored
register()
Register an http library adapter
HttpLibAdapaterRegistry$register(x)
an http lib adapter, e.g., CrulAdapter
nothing, registers the library adapter
clone()
The objects of this class are cloneable with this method.
HttpLibAdapaterRegistry$clone(deep = FALSE)
deep
Whether to make a deep clone.
x <- HttpLibAdapaterRegistry$new() x$register(CrulAdapter$new()) x x$adapters x$adapters[[1]]$name
Run the code above in your browser using DataLab