Docs
Reference
Guides
Blog
Discord
/
Bun
/
RouterTypes
/
HTTPMethod
HTTPMethod
T
HTTPMethod
Search the reference...
/
Docs
Reference
Guides
Blog
Discord
/
Bun
/
RouterTypes
/
HTTPMethod
HTTPMethod
T
HTTPMethod
Symbol
RouterTypes.HTTPMethod
type
HTTPMethod
=
'GET'
|
'POST'
|
'PUT'
|
'DELETE'
|
'PATCH'
|
'HEAD'
|
'OPTIONS'