Fossil::MethodsEnum
Inherits Enum < Comparable < Value < Object
Possible HTTP::Request methods.
Annotations of the same names are used for identifying endpoint functions.
This annotations are eximined on having unnamed parameter of type Fossil::Router.
@[GET(root / "route_a" / "@param0:string")]
def get_route_a(@[Fossil::Param::Path(name="param0")] somestr : String)
...
Constants
GET = 0
POST = 1
PUT = 2
HEAD = 3
DELETE = 4
PATCH = 5
OPTIONS = 6