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

Struct HTTPPluginOptions

frp-dev/pkg/plugin/server/http.go:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28)
29
30type HTTPPluginOptions struct {
31 Name string `ini:"name"`
32 Addr string `ini:"addr"`
33 Path string `ini:"path"`
34 Ops []string `ini:"ops"`
35 TLSVerify bool `ini:"tls_verify"`
36}
37
38type httpPlugin struct {
39 options HTTPPluginOptions

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected