We've already worked extensively with GET requests and POST requests, but the HTTP spec defines a handful of others, which you're about to learn about.
- Read through the list of HTTP request types at the top of this page.
- Read through the plain-english (non-code) explanations of the following request types.
- GET
- POST
- PUT
- DELETE