I am newbie to Golang. I am writing a go client, in which I am trying to invoke a bunch of REST APIs in server
Which rest clients/libraries should be used for this use case
Thanks!
I am newbie to Golang. I am writing a go client, in which I am trying to invoke a bunch of REST APIs in server
Which rest clients/libraries should be used for this use case
Thanks!
我是Golang的新手。 我正在编写一个go客户程序,其中我试图调用一堆 服务器中的REST API p>
此用例应使用哪些其余客户端/库 p>
谢谢! p> div>
Golang comes with native "net/http"
package which you can use to request REST APIs
报告相同问题?