Skip to main content

Http

Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public enum Http : long

Fields

Head

View Source
Declaration
Head = 32L

Get

View Source
Declaration
Get = 64L

Post

View Source
Declaration
Post = 128L

Put

View Source
Declaration
Put = 256L

Delete

View Source
Declaration
Delete = 512L

Patch

View Source
Declaration
Patch = 1024L

Options

View Source
Declaration
Options = 2048L

Other

View Source
Declaration
Other = 4096L