Skip to content

HttpResponse

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

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