()
| 1956 | } |
| 1957 | |
| 1958 | func (t *UnauthenticatedRateLimitedTransport) transport() http.RoundTripper { |
| 1959 | if t.Transport != nil { |
| 1960 | return t.Transport |
| 1961 | } |
| 1962 | return http.DefaultTransport |
| 1963 | } |
| 1964 | |
| 1965 | // BasicAuthTransport is an http.RoundTripper that authenticates all requests |
| 1966 | // using HTTP Basic Authentication with the provided username and password. It |
no outgoing calls