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

Struct BasicAuth

auth/basic.go:24–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 modTime time.Time
23}
24type BasicAuth struct {
25 pw atomic.Pointer[pwFile]
26 pwFilename string
27 logger *clog.CondLogger
28 hiddenDomain string
29 stopOnce sync.Once
30 stopChan chan struct{}
31 next Auth
32}
33
34func NewBasicFileAuth(param_url *url.URL, logger *clog.CondLogger) (*BasicAuth, error) {
35 values, err := url.ParseQuery(param_url.RawQuery)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected