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

Struct HTTP2HTTPSPluginOptions

pkg/config/v1/proxy_plugin.go:83–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83type HTTP2HTTPSPluginOptions struct {
84 Type string `json:"type,omitempty"`
85 LocalAddr string `json:"localAddr,omitempty"`
86 HostHeaderRewrite string `json:"hostHeaderRewrite,omitempty"`
87 RequestHeaders HeaderOperations `json:"requestHeaders,omitempty"`
88}
89
90func (o *HTTP2HTTPSPluginOptions) Complete() {}
91

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected