Enum RestRequestMethod
Defines the HTTP method to use for an HTTP request.
Namespace: KSharpPlus.Net.Rest
Assembly: KSharpPlus.dll
Syntax
public enum RestRequestMethod
Fields
| Name | Description |
|---|---|
| DELETE | Defines that the request is a DELETE request. |
| GET | Defines that the request is a GET request. |
| HEAD | Defines that the request is a HEAD request. |
| PATCH | Defines that the request is a PATCH request. |
| POST | Defines that the request is a POST request. |
| PUT | Defines that the request is a PUT request. |