()
| 41 | // CookiesProvider interface gets the cookies to send with the request. |
| 42 | type CookiesProvider interface { |
| 43 | Cookies() []*http.Cookie |
| 44 | } |
| 45 | |
| 46 | // HeaderProvider interface gets the headers to set on the request. If an Authorization |
no outgoing calls