HTML forms let us only use GET
and POST
methods, but HTTP provides us with more:
-
HEAD It works like GET but will not return the body. Useful for checking if the resource is 404 or has been updated (via caching headers).
-
PUT A way for HTTP to tell "create or update if exist" the resource at this URL with my payload.