Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

webmockr (version 0.1.0)

HttpLibAdapaterRegistry: http lib adapter registry

Description

http lib adapter registry

Arguments

Details

Methods
register(x)
Register an http library adapter x: an http lib adapter, e.g., CrulAdapter return: nothing, registers the library adapter

Examples

Run this code
x <- HttpLibAdapaterRegistry$new()
x$register(CrulAdapter$new())
x
x$adapters
x$adapters[[1]]$name

Run the code above in your browser using DataLab