HTTP Request Methods
Next ❯HTTP Message & Codes
Methods used while requesting to the server for the data communication
| Methods | Mainly Used |
|---|---|
| CONNECT | To establish an HTTP tunnel using port numbers |
| DELETE | To delete the specified resource |
| GET | To request for data from a specified resource |
| HEAD | To get only HTTP headers, not content |
| OPTIONS | To get the HTTP methods that the server supports |
| PATCH | To apply partial modifications to a specified resource |
| POST | To send data to a specified resource |
| PUT | To replace all current representations of the target resource with the request payload |
| TRACE | To trace the target resource |
❮ Prev jQuery Ajax
Next ❯HTTP Message & Codes






So,