| 122 | } |
| 123 | |
| 124 | type client struct { |
| 125 | client *http.Client |
| 126 | transports *lru.Cache |
| 127 | mutex sync.RWMutex |
| 128 | follow RedirectPolicy |
| 129 | } |
| 130 | |
| 131 | // ClientOptions holds user configurable options for the client. |
| 132 | type ClientOptions struct { |
nothing calls this directly
no outgoing calls
no test coverage detected