bunway
Preparing search index...
Route
Class Route
Index
Constructors
constructor
Methods
all
delete
get
head
options
patch
post
put
Constructors
constructor
new
Route
(
path
:
string
,
router
:
Router
)
:
Route
Parameters
path
:
string
router
:
Router
Returns
Route
Methods
all
all
(
...
handlers
:
Handler
[]
)
:
this
Parameters
...
handlers
:
Handler
[]
Returns
this
delete
delete
(
...
handlers
:
Handler
[]
)
:
this
Parameters
...
handlers
:
Handler
[]
Returns
this
get
get
(
...
handlers
:
Handler
[]
)
:
this
Parameters
...
handlers
:
Handler
[]
Returns
this
head
head
(
...
handlers
:
Handler
[]
)
:
this
Parameters
...
handlers
:
Handler
[]
Returns
this
options
options
(
...
handlers
:
Handler
[]
)
:
this
Parameters
...
handlers
:
Handler
[]
Returns
this
patch
patch
(
...
handlers
:
Handler
[]
)
:
this
Parameters
...
handlers
:
Handler
[]
Returns
this
post
post
(
...
handlers
:
Handler
[]
)
:
this
Parameters
...
handlers
:
Handler
[]
Returns
this
put
put
(
...
handlers
:
Handler
[]
)
:
this
Parameters
...
handlers
:
Handler
[]
Returns
this
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
all
delete
get
head
options
patch
post
put
bunway
Loading...