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