#Query

3 articles

06 How to Used Response Code in Golang

06 How to Used Response Code in Golang

Introduction to Response Codes Something we also need to know about HTTP is the response code.

05 How to Used Request Form Post in Golang

05 How to Used Request Form Post in Golang

Introduction to Post Forms Similar to the previous post, when we use the GET method, the results of all the data in the form will be a param query, whereas if we use POST then all the data in the form is sent via the body of the HTTP Request, only the method is different.

03 How To Used Query Parameter in Golang

03 How To Used Query Parameter in Golang

Introduction to Query Parameters Query parameters are one of the features of http that we usually use to send data from the client to the server.