RouteMethod Type
HTTP methods for route attributes.
Used with RouteAttribute to specify the HTTP method for a route case.
Record fields
| Record Field |
Description
|
|
Matches any HTTP method.
|
|
HTTP DELETE method.
|
|
HTTP GET method.
|
|
HTTP PATCH method.
|
|
HTTP POST method.
|
|
HTTP PUT method.
|
Falco.UnionRoutes