HTTP Methods

All HTML topics
∙ Chapter 91

HTTP Methods

Methods describe what you want to do. Forms mainly use GET and POST.

MethodTypical use
GETFetch data / search (form values in URL)
POSTCreate/submit data (form values in request body)
PUTReplace an existing resource
PATCHUpdate part of a resource
DELETERemove a resource