HttpRequest
Defined in: src/http/types.ts:9
Properties
Section titled “Properties”
readonlybody:Uint8Array<ArrayBufferLike> |null
Defined in: src/http/types.ts:17
Raw bytes of the request body (undefined for GET / HEAD).
headers
Section titled “headers”
readonlyheaders:Readonly<Record<string,string>>
Defined in: src/http/types.ts:12
method
Section titled “method”
readonlymethod:HttpMethod
Defined in: src/http/types.ts:10
params
Section titled “params”
readonlyparams:Readonly<Record<string,string>>
Defined in: src/http/types.ts:15
Path parameters extracted from /users/:id patterns.
readonlypath:string
Defined in: src/http/types.ts:11
readonlyquery:Readonly<Record<string,string|string[] |undefined>>
Defined in: src/http/types.ts:13