Documentation
Preparing search index...
@adonisjs/http-server
src/types/main
MiddlewareFn
Type Alias MiddlewareFn
MiddlewareFn
:
(
ctx
:
HttpContext
,
next
:
NextFn
)
=>
any
Middleware defined as a function that accepts HTTP context and next function
Type Declaration
(
ctx
:
HttpContext
,
next
:
NextFn
)
:
any
Parameters
ctx
:
HttpContext
next
:
NextFn
Returns
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
Middleware defined as a function that accepts HTTP context and next function