MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / HTTPFirewall

Struct HTTPFirewall

internal/firewalls/firewall_http.go:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type HTTPFirewall struct {
17 client *http.Client
18 endpoint string
19}
20
21func NewHTTPFirewall(endpoint string) *HTTPFirewall {
22 return &HTTPFirewall{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected