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

Struct hostHTTPClient

internal/pluginhost/http_bridge.go:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15)
16
17type hostHTTPClient struct {
18 host *Host
19 auth *coreauth.Auth
20 provider string
21}
22
23func (h *Host) newHTTPClient(auth *coreauth.Auth, providers ...string) pluginapi.HostHTTPClient {
24 provider := ""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected