Skip to content
For the complete Netlify documentation index, see llms.txt. Markdown versions of this page are available by appending .md to the URL.

More flexibility and credits now available for Pro plans 🎉

HTTP method

For the complete documentation index, see llms.txt

Filter requests by the HTTP method.

Learn more about HTTP methods in the Web MDN docs.

HTTP methodUse case
GETRequest for a resource
POSTRequest to create a resource, such as a form submission
PUTRequest to update a resource, such as a file upload
DELETERequest to delete a resource, such as a file
PATCHRequest to update a resource, such as a file
HEADRequest to retrieve the headers for a resource, commonly used for troubleshooting

For a comprehensive list of HTTP methods, check out the IANA HTTP Method Registry.