Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
type
HTTPFirewall
struct
{
17
client *http.Client
18
endpoint string
19
}
20
21
func
NewHTTPFirewall(endpoint string) *HTTPFirewall {
22
return
&HTTPFirewall{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected