HttpMethod Type
HTTP method discriminated union for use in route handlers.
Union cases
| Union case |
Description
|
Full Usage:
Any
|
Matches any HTTP method. |
Full Usage:
Delete
|
HTTP DELETE method. |
Full Usage:
Get
|
HTTP GET method. |
Full Usage:
Patch
|
HTTP PATCH method. |
Full Usage:
Post
|
HTTP POST method. |
Full Usage:
Put
|
HTTP PUT method. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsAny
Returns: bool
|
|
Full Usage:
this.IsDelete
Returns: bool
|
|
Full Usage:
this.IsGet
Returns: bool
|
|
Full Usage:
this.IsPatch
Returns: bool
|
|
Full Usage:
this.IsPost
Returns: bool
|
|
Full Usage:
this.IsPut
Returns: bool
|
|
Falco.UnionRoutes