(method HttpMethod, url string, headers AuroraHeaders, cookies []*http.Cookie, body io.Reader)
| 7 | |
| 8 | type AuroraHttpClient interface { |
| 9 | Request(method HttpMethod, url string, headers AuroraHeaders, cookies []*http.Cookie, body io.Reader) (*http.Response, error) |
| 10 | SetProxy(url string) error |
| 11 | SetCookies(rawUrl string, cookies []*http.Cookie) |
| 12 | GetCookies(rawUrl string) []*http.Cookie |
no outgoing calls