HTTP methods are used to specify the type of action that the client wants to perform on a resource on the server.
<aside>
💡 You done NEED to use all the methods, but you always should. You can do everything you want with a GET
or POST
method, but it is usually advisable to use them right.
</aside>