Skip to content

HttpAdapter

Defined in: pkgs/connection-contract/src/index.ts:112

send(req): Promise<Readonly<{ body: Uint8Array; headers: Readonly<Record<string, string>>; status: number; }>>

Defined in: pkgs/connection-contract/src/index.ts:113

HttpRequest

Promise<Readonly<{ body: Uint8Array; headers: Readonly<Record<string, string>>; status: number; }>>