标签: api go http-headers
当我用Python编写程序并使用urllib发布请求时,我的标题将作为Python-urllib/3.4发送到服务器
urllib
Python-urllib/3.4
使用Go程序访问API时,默认情况下会向服务器发送哪些HTTP标头?
答案 0 :(得分:0)
例如,如果你只做一个http.Get,那么只需
http.Get
User-Agent: Go-http-client/1.1 Accept-Encoding: gzip