HttpVerbs
Assembly: ServiceStack.Razor.dll
View Source
Declaration
[Flags]
public enum HttpVerbs
Fields
Get
View Source
Declaration
Get = 1
Post
View Source
Declaration
Post = 2
Put
View Source
Declaration
Put = 4
Delete
View Source
Declaration
Delete = 8
Head
View Source
Declaration
Head = 16
Patch
View Source
Declaration
Patch = 32
Options
View Source
Declaration
Options = 64