Skip to content

@pbvex/protocol / HttpResponse

Type Alias: HttpResponse

HttpResponse = Readonly<{ body: JSONValue | null; headers?: Record<string, string>; status: number; }>

Generated API reference. Source of truth is the codebase.