@edgible-team/sdk
    Preparing search index...

    Interface Transport

    The wire-level seam at the bottom of the pipeline (api-design.md §3–4). FetchTransport is the default; inject your own via ClientConfig.transport for testing or custom HTTP stacks.

    interface Transport {
        send(req: HttpRequest): Promise<HttpResponse>;
    }

    Implemented by

    Index

    Methods

    Methods