HTTP Request Simply Explained
February 18, 2021Everybody using internet almost everyday for every purpose for getting, sending, updating, or deleting information. All of that actions used in HTTP, and here they are:
GET
GET
 method is used for getting information, such as your friend number, all products that ready stock, the shoes that are in black color, etc. This method usually known as Read/Retrieve in CRUD.
POST
POST
 method is usually used for sending information. For example saving your new account information, posting image to instagram, tweeting, etc. POST
 is represent Create in CRUD.
PUT/PATCH
PUT
 and PATCH
 are for Updating the informations that are already stored before. For example when you change your username, you photo, editing your caption, etc. The difference between them is, PUT
 updates the entire resource while PATCH
 applies a partial update to the resource.
DELETE
You guest it, DELETE
 just like its name is for delete the information, apart from what technique was use for deleting a resource whether its hard delete or soft delete.
That’s all, hope you will understand more about how internet protocols worked. Thanks for reading!
🙌🏼Share this
đź“‹More articles
Tools that I usually used as a Web Developer
For almost 2 years I have doing web developing as a job from designing landing page until write API for laravel-based web application in windows machine. Now I like to share my everyday tools for web developing that I usually used.
You can do these on Figma to work faster
Figma became popular these days to design a web/mobile user interface. That’s because Figma gives you more modern and reliable approach when come to performance, cloud storage, and collaboration. Now I wanna share with you how you can improve your designing process to work faster with Figma.
Kindle has changed my reading habits
Reading on a physical book and reading on a kindle give different experience. Those two things feel different when open the next page, highlights the text, holding it while reading, and so on. On this post, I wanna share with you what experiences that kindle will give to me compared to physical book.
Protect your form against spam bots
I was in the middle of embedding a third-party form on the website. The form snippet is just like the usual HTML form and the website is built using Next.js. At first, I thought it’s working well, fill the fields and submit it. But my team was told that we received various weird submissions with