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

Struct StaticRejectAuth

auth/rejectstatic.go:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15)
16
17type StaticRejectAuth struct {
18 code int
19 body string
20 hdrs string
21 logger *clog.CondLogger
22}
23
24func NewStaticRejectAuth(u *url.URL, logger *clog.CondLogger) (*StaticRejectAuth, error) {
25 return NewStaticResponse(u, logger)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected