mbus-backend
Preparing search index...
routes/documented
ExpressRequest
Interface ExpressRequest
the parts of an express request that are relevant for mocking during tests
interface
ExpressRequest
{
body
:
any
;
params
:
ParamsDictionary
;
query
:
ParsedQs
;
}
Index
Properties
body
params
query
Properties
body
body
:
any
params
params
:
ParamsDictionary
query
query
:
ParsedQs
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
params
query
mbus-backend
Loading...
the parts of an express request that are relevant for mocking during tests