获取URL时转到标头

时间:2015-12-14 03:31:29

标签: api go http-headers

当我用Python编写程序并使用urllib发布请求时,我的标题将作为Python-urllib/3.4发送到服务器

使用Go程序访问API时,默认情况下会向服务器发送哪些HTTP标头?

1 个答案:

答案 0 :(得分:0)

例如,如果你只做一个http.Get,那么只需

User-Agent: Go-http-client/1.1
Accept-Encoding: gzip