Level: Beginner In this part, we are going to learn: How to serve different HTTP methods (GET, POST) How to put HTTP method constraints on the routes How to pass client data to the server using request body and query…
HTTP API in Go – Part I
Level: Beginner Pretty much all the services we design everyday, require some sort of interface to communicate with the outside World. From a pool of available options, HTTP is a widespread medium which is used by many services to…