An interface to provide implementation-specific, asynchronous http calls. This driver provides default implementations for common environments. Users can configure the Client to use custom implementations if desired.
Makes an HTTP request and returns the response
an HTTPStreamRequest
A Promise<HTTPResponse>
NetworkError on request timeout or other network issue.
An interface to provide implementation-specific, asynchronous http calls. This driver provides default implementations for common environments. Users can configure the Client to use custom implementations if desired.