Enum HttpRequestMethod
Enumerator that represent HTTP request methods.
Namespace: StoneCo.Framework.Common.Enums
Assembly: cs.temp.dll.dll
Syntax
public enum HttpRequestMethod
Fields
Name | Description |
---|---|
Delete | Represent a method DELETE of HTTP protocol. Name Delete, description delete and code 8. |
Get | Represent a method GET of HTTP protocol. Name Get, description Get and code 1. |
Head | Represent a method HEAD of HTTP protocol. Name Head, description Head and code 16. |
Options | Represent a method OPTIONS of HTTP protocol. Name Options, description Options and code 64. |
Patch | Represent a method PATCH of HTTP protocol. Name Head, description Head and code 32. |
Post | Represent a method POST of HTTP protocol. Name Post, description Post and code 2. |
Put | Represent a method PUT of HTTP protocol. Name Put, description Put and code 4. |