MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / authMetadata

Function authMetadata

internal/pluginhost/adapters.go:2167–2172  ·  view source on GitHub ↗
(auth *coreauth.Auth)

Source from the content-addressed store, hash-verified

2165}
2166
2167func authMetadata(auth *coreauth.Auth) map[string]any {
2168 if auth == nil {
2169 return nil
2170 }
2171 return auth.Metadata
2172}
2173
2174func cloneHeader(in http.Header) http.Header {
2175 if len(in) == 0 {

Callers 4

RefreshMethod · 0.85
HttpRequestMethod · 0.85
buildExecutorRequestFunction · 0.85
RefreshAuthMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected