MCPcopy Create free account
hub / github.com/SenseUnit/dumbproxy / RejectHTTPAuth

Struct RejectHTTPAuth

auth/rejecthttp.go:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type RejectHTTPAuth struct {
15 proxy *httputil.ReverseProxy
16}
17
18func NewRejectHTTPAuth(u *url.URL, logger *clog.CondLogger) (*RejectHTTPAuth, error) {
19 values, err := url.ParseQuery(u.RawQuery)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected