@backblaze-labs/b2-sdk - v0.1.0
    Preparing search index...

    Interface HttpTransport

    Transport layer abstraction for sending HTTP requests. Implementations handle the actual network I/O and can be composed (e.g. wrapping a FetchTransport with a RetryTransport).

    interface HttpTransport {
        send(request: HttpRequest): Promise<HttpResponse>;
    }

    Implemented by

    Index

    Methods

    Methods