MCPcopy
hub / github.com/fatedier/frp / HTTPProxyPluginOptions

Struct HTTPProxyPluginOptions

pkg/config/v1/proxy_plugin.go:101–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101type HTTPProxyPluginOptions struct {
102 Type string `json:"type,omitempty"`
103 HTTPUser string `json:"httpUser,omitempty"`
104 HTTPPassword string `json:"httpPassword,omitempty"`
105}
106
107func (o *HTTPProxyPluginOptions) Complete() {}
108

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected