For the complete Netlify documentation index, see llms.txt. Markdown versions of this page are available by appending .md to the URL. Filter requests by the HTTP method.
Learn more about HTTP methods in the Web MDN docs.
Common examples
Section titled “Common examples”| HTTP method | Use case |
|---|---|
| GET | Request for a resource |
| POST | Request to create a resource, such as a form submission |
| PUT | Request to update a resource, such as a file upload |
| DELETE | Request to delete a resource, such as a file |
| PATCH | Request to update a resource, such as a file |
| HEAD | Request to retrieve the headers for a resource, commonly used for troubleshooting |
Further reference
Section titled “Further reference”For a comprehensive list of HTTP methods, check out the IANA HTTP Method Registry.
Did you find this doc useful?
Your feedback helps us improve our docs.