Interface: IRequest¶
The interface for a parsed request
Properties¶
body¶
• Optional body: ReadonlyJSONObject
The optional body parameters.
Defined in¶
packages/server/lib/router.d.ts:89
pathname¶
• pathname: string
The path for the url.
Defined in¶
packages/server/lib/router.d.ts:81
query¶
• Optional query: ReadonlyJSONObject
The optional query parameters.
Defined in¶
packages/server/lib/router.d.ts:85