为什么RoundTrip不应该修改请求?https://golang.org/src/net/http/client.go#L103如果http.Request被RoundTripper(例如http.Transport)修改会怎样? 最佳答案 awnser在接口(interface)注释中说明https://golang.org/src/net/http/client.go#L89ARoundTrippermustbesafeforconcurrentusebymultiplegoroutines.如果服务器收到请求,并启动多个g