An interface to provide implementation-specific, asyncronous http calls. This driver provides default implementations for common environments. Users can configure the Client to use custom implementations if desired.

interface HTTPStreamClient {
    stream(req: HTTPStreamRequest): StreamAdapter;
}

Implemented by

Methods

Methods