Static
createThe base/root host url for the adapter, i.e. https://contoso.com
Optional
options: anyAn arbitrary options object, depending on the implementation. As the default implementation uses axios the available options are here: https://axios-http.com/docs/req_config
Creates an Http instance
The current default implementation uses https://github.com/axios/axios