How do i read the request(server) from a client in a restful way

I want to read the request coming from a server without a third party, from a client in a restful way

Are you writing the server or the client?

i am a beginner trying to write a server

Iā€™m not sure what information that you are looking for but here are a couple of suggestions for you. First this Go In Five Minutes video that does a blistering run through of a basic RESTful implementation using the Go Standard Library: https://www.youtube.com/watch?v=eTjNtNnVOGY

The next thing I will recommend is the book Go Web Programming by Sau Sheong Chang and distributed by Manning Publishing. This book covers Web Applications from every angle including RESTful design.

2 Likes

Thank you @CurtGreen. It was very helpful

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.