| 1626 | } |
| 1627 | |
| 1628 | type hostRoundTripper struct { |
| 1629 | host string |
| 1630 | rt http.RoundTripper |
| 1631 | } |
| 1632 | |
| 1633 | // NewUserAgentRoundTripper adds the user agent every request header. |
| 1634 | func NewUserAgentRoundTripper(userAgent string, rt http.RoundTripper) http.RoundTripper { |
nothing calls this directly
no outgoing calls
no test coverage detected