Type alias RequestMethod

RequestMethod: "DELETE" | "GET" | "HEAD" | "OPTIONS" | "POST" | "PUT"

The request's type, represented by a value from the following list:
- 'GET'
- 'HEAD'
- 'POST'
- 'PUT'
- 'DELETE'
- 'OPTIONS'