MCPcopy
hub / github.com/windtf/wireproxy / HTTPConfig

Struct HTTPConfig

config.go:64–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64type HTTPConfig struct {
65 BindAddress string
66 Username string
67 Password string
68 CertFile string
69 KeyFile string
70}
71
72type ResolveConfig struct {
73 ResolveStrategy string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected