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