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