Interface: IRequest
#
@jupyterlite/server.Router.IRequest
The interface for a parsed request
Properties#
body
#
Optional
body
:ReadonlyJSONObject
The optional body parameters.
Defined in#
pathname
#
pathname
:string
The path for the url.
Defined in#
query
#
Optional
query
:ReadonlyJSONObject
The optional query parameters.