| 12 | ) |
| 13 | |
| 14 | type RejectHTTPAuth struct { |
| 15 | proxy *httputil.ReverseProxy |
| 16 | } |
| 17 | |
| 18 | func NewRejectHTTPAuth(u *url.URL, logger *clog.CondLogger) (*RejectHTTPAuth, error) { |
| 19 | values, err := url.ParseQuery(u.RawQuery) |
nothing calls this directly
no outgoing calls
no test coverage detected