MCPcopy
hub / github.com/passteque/gluetun / Server

Struct Server

internal/httpproxy/server.go:10–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type Server struct {
11 address string
12 handler http.Handler
13 logger infoErrorer
14 internalWG *sync.WaitGroup
15 readHeaderTimeout time.Duration
16 readTimeout time.Duration
17}
18
19func New(ctx context.Context, address string, logger Logger,
20 stealth, verbose bool, username, password string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected