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