MCPcopy Create free account
hub / github.com/M1r0ku/frp-Modify / HTTP2HTTPSPlugin

Struct HTTP2HTTPSPlugin

frp-dev/pkg/plugin/client/http2https.go:35–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35type HTTP2HTTPSPlugin struct {
36 hostHeaderRewrite string
37 localAddr string
38 headers map[string]string
39
40 l *Listener
41 s *http.Server
42}
43
44func NewHTTP2HTTPSPlugin(params map[string]string) (Plugin, error) {
45 localAddr := params["plugin_local_addr"]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected