(rawUrl string, cookies []*http.Cookie)
| 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 |
| 13 | } |
| 14 |
no outgoing calls
no test coverage detected