(req *http.Request)
| 191 | } |
| 192 | |
| 193 | func (tr funcTripper) RoundTrip(req *http.Request) (*http.Response, error) { |
| 194 | return tr.roundTrip(req) |
| 195 | } |
| 196 | |
| 197 | func getHost(r *http.Request) string { |
| 198 | if r.Host != "" { |
no outgoing calls
no test coverage detected