Represents the basic HTTP methods used in requests.
// Example usage:const method: HttpMethod = 'GET'; Copy
// Example usage:const method: HttpMethod = 'GET';
Represents the basic HTTP methods used in requests.