HttpMethod
Summary
An enumeration of different HTTP Methods.
Signature
1 | |
Namespace
cAlgo.API
See Also
Fields
Get
Summary
Represents an HTTP GET protocol method.
Signature
1 | |
Return Value
HttpMethod
Post
Summary
Represents an HTTP POST protocol method.
Signature
1 | |
Return Value
HttpMethod
Delete
Summary
Represents an HTTP DELETE protocol method.
Signature
1 | |
Return Value
HttpMethod
Put
Summary
Represents an HTTP PUT protocol method.
Signature
1 | |
Return Value
HttpMethod
Patch
Summary
Represents the HTTP PATCH protocol method.
Signature
1 | |
Return Value
HttpMethod
Head
Summary
Represents an HTTP HEAD protocol method.
Signature
1 | |
Return Value
HttpMethod
Options
Summary
Represents an HTTP OPTIONS protocol method.
Signature
1 | |
Return Value
HttpMethod
Trace
Summary
Represents an HTTP TRACE protocol method.
Signature
1 | |
Return Value
HttpMethod