Preparing search index...
The search index is not available
mapped-routes
mapped-routes
Interceptor
Type alias Interceptor
Interceptor
:
(
(
request
:
Request
, response
:
Response
, content
:
any
)
=>
any
)
Type declaration
(
request
:
Request
, response
:
Response
, content
:
any
)
:
any
An interceptor for the mapped routes. Executed after a successful route.
Parameters
request:
Request
response:
Response
content:
any
Returns
any
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
mapped-
routes
Mapped
Routes
Options
Error
Handler
Express
Request
Handler
Interceptor
Route
Handler
Mapped
Routes
Generated using
TypeDoc
An interceptor for the mapped routes. Executed after a successful route.