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

Struct HTTPS2HTTPSPlugin

frp-dev/pkg/plugin/client/https2https.go:36–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36type HTTPS2HTTPSPlugin struct {
37 crtPath string
38 keyPath string
39 hostHeaderRewrite string
40 localAddr string
41 headers map[string]string
42
43 l *Listener
44 s *http.Server
45}
46
47func NewHTTPS2HTTPSPlugin(params map[string]string) (Plugin, error) {
48 crtPath := params["plugin_crt_path"]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected