api-tools-ts
Preparing search index...
RouteDefinition
Interface RouteDefinition
Route definition for bulk endpoint registration
interface
RouteDefinition
{
handler
:
EndpointCallback
|
EndpointCallback
[]
;
method
:
HTTPMethods
|
HTTPMethods
[]
;
middlewares
?:
MiddleWareCallback
[]
;
path
:
string
;
}
Index
Properties
handler
method
middlewares?
path
Properties
handler
handler
:
EndpointCallback
|
EndpointCallback
[]
method
method
:
HTTPMethods
|
HTTPMethods
[]
Optional
middlewares
middlewares
?:
MiddleWareCallback
[]
path
path
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
handler
method
middlewares
path
api-tools-ts
Loading...
Route definition for bulk endpoint registration