> ## Documentation Index
> Fetch the complete documentation index at: https://cometchat-22654f5b-docs-rn-guide-message-privately.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# HTTPSRequestMethods

> HTTPSRequestMethods — CometChat documentation.

HTTPSRequestMethods lists the HTTP methods for API requests.

| Name   | Description                                                                                                    |
| ------ | -------------------------------------------------------------------------------------------------------------- |
| POST   | HTTP POST method, used to send data to the server.                                                             |
| PUT    | HTTP PUT method, used to replace all current representations of the target resource with the uploaded content. |
| PATCH  | HTTP PATCH method, used to apply partial modifications to a resource.                                          |
| DELETE | HTTP DELETE method, used to delete a resource.                                                                 |
