Enum representing the different HTTP request methods. Used to specify the type of HTTP request in API interactions.
HTTP DELETE method. Used for removing resources.
HTTP GET method. Used for retrieving data.
HTTP PATCH method. Used for partially updating resources.
HTTP POST method. Used for creating new resources.
Enum representing the different HTTP request methods. Used to specify the type of HTTP request in API interactions.