Search
Preparing search index...
The search index is not available
@nestjs/common
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
NestMiddleware
Interface NestMiddleware<TRequest, TResponse>
Type parameters
TRequest =
any
TResponse =
any
Hierarchy
NestMiddleware
Index
Methods
use
Methods
use
use
(
req
:
TRequest
, res
:
TResponse
, next
:
(
)
=>
void
)
:
any
Parameters
req:
TRequest
res:
TResponse
next:
(
)
=>
void
(
)
:
void
Returns
void
Returns
any
Globals
Nest
Middleware
use
Generated using
TypeDoc