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

    Interface RawClientOptions

    Configuration for constructing a RawClient.

    interface RawClientOptions {
        transport: HttpTransport;
    }
    Index

    Properties

    Properties

    transport: HttpTransport

    The HTTP transport used to send requests (e.g., FetchTransport or RetryTransport).