Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fabiolb/fabio
/ Server
Interface
Server
proxy/serve.go:24–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
)
23
24
type
Server
interface
{
25
Close() error
26
Serve(l net.Listener) error
27
Shutdown(ctx context.Context) error
28
}
29
30
var
(
31
// mu guards servers which contains the list
Callers
39
TestCustomRoutes
Function · 0.95
TestHTTPSource
Function · 0.95
TestGracefulShutdown
Function · 0.95
TestTCPDyanmicProxy
Function · 0.95
TestTCPProxy
Function · 0.95
TestTCPProxyWithTLS
Function · 0.95
TestProxyProducesCorrectXForwardedSomethingHeader
Function · 0.95
TestProxyRequestIDHeader
Function · 0.95
Start
Method · 0.65
TestBGPHandler
Function · 0.65
Serve
Method · 0.65
serve
Function · 0.65
Implementers
3
InetAfTCPProxyServer
proxy/inetaf_tcpproxy.go
gRPCServer
proxy/grpc_handler.go
Server
proxy/tcp/server.go
Calls
no outgoing calls
Tested by
no test coverage detected