HttpMethod enum
HttpMethod enum
Section titled “HttpMethod enum”Name | Value | Description |
---|---|---|
Delete | "DELETE" | |
Get | "GET" | |
Options | "OPTIONS" | |
Post | "POST" | |
Put | "PUT" | |
Trace | "TRACE" |
Name | Value | Description |
---|---|---|
Delete | "DELETE" | |
Get | "GET" | |
Options | "OPTIONS" | |
Post | "POST" | |
Put | "PUT" | |
Trace | "TRACE" |