Skip to content

@pbvex/protocol / HttpEnvelope

Type Alias: HttpEnvelope

HttpEnvelope = Readonly<{ body?: JSONValue; headers?: Record<string, string>; method: HttpMethod; path: string; query?: Record<string, string | string[]>; }>

Generated API reference. Source of truth is the codebase.