MCPcopy
hub / github.com/fabiolb/fabio / Close

Method Close

proxy/serve.go:25–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23
24type Server interface {
25 Close() error
26 Serve(l net.Listener) error
27 Shutdown(ctx context.Context) error
28}

Callers 15

TestCustomRoutesFunction · 0.95
TestHTTPSourceFunction · 0.95
TestGracefulShutdownFunction · 0.95
TestTCPDyanmicProxyFunction · 0.95
TestTCPProxyFunction · 0.95
TestTCPProxyWithTLSFunction · 0.95
TestProxyRequestIDHeaderFunction · 0.95
TestProxySTSHeaderFunction · 0.95
TestProxyNoRouteHTMLFunction · 0.95
TestProxyNoRouteStatusFunction · 0.95

Implementers 3

InetAfTCPProxyServerproxy/inetaf_tcpproxy.go
gRPCServerproxy/grpc_handler.go
Serverproxy/tcp/server.go

Calls

no outgoing calls

Tested by 15

TestCustomRoutesFunction · 0.76
TestHTTPSourceFunction · 0.76
TestGracefulShutdownFunction · 0.76
TestTCPDyanmicProxyFunction · 0.76
TestTCPProxyFunction · 0.76
TestTCPProxyWithTLSFunction · 0.76
TestProxyRequestIDHeaderFunction · 0.76
TestProxySTSHeaderFunction · 0.76
TestProxyNoRouteHTMLFunction · 0.76
TestProxyNoRouteStatusFunction · 0.76