Skip to content

HttpRequest

HttpRequest = Readonly<{ body?: string | Uint8Array; headers?: Readonly<Record<string, string>>; method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH"; url: string; }>

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