express-beans
Preparing search index...
Route
Function Route
Route
<
This
>
(
httpMethod
:
HTTPMethod
,
path
:
string
,
options
?:
RouteOptions
,
)
:
(
method
:
RouterBeanHandler
,
context
:
ClassMethodDecoratorContext
<
This
,
RouterBeanHandler
>
,
)
=>
RouterBeanHandler
Registers a RequestHandler
Type Parameters
This
Parameters
httpMethod
:
HTTPMethod
path
:
string
{string}
options
:
RouteOptions
= ...
{RouteOptions}
Returns
(
method
:
RouterBeanHandler
,
context
:
ClassMethodDecoratorContext
<
This
,
RouterBeanHandler
>
,
)
=>
RouterBeanHandler
Decorator
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
express-beans
Loading...
Registers a RequestHandler