| 712 | } |
| 713 | |
| 714 | type authCheckingHTTPDoer struct { |
| 715 | url string |
| 716 | wantAuth string |
| 717 | responseBytes []byte |
| 718 | } |
| 719 | |
| 720 | type singleResponseHTTPDoer struct { |
| 721 | body io.ReadCloser |
nothing calls this directly
no outgoing calls
no test coverage detected