MCPcopy Index your code
hub / github.com/codegangsta/gin / Close

Method Close

lib/proxy.go:65–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63}
64
65func (p *Proxy) Close() error {
66 return p.listener.Close()
67}
68
69func (p *Proxy) defaultHandler(res http.ResponseWriter, req *http.Request) {
70 errors := p.builder.Errors()

Callers 6

Test_Proxy_RunFunction · 0.95
Test_ProxyingFunction · 0.95
Test_Proxying_WebsocketFunction · 0.95
proxyWebsocketFunction · 0.80
runBinMethod · 0.80

Calls

no outgoing calls

Tested by 4

Test_Proxy_RunFunction · 0.76
Test_ProxyingFunction · 0.76
Test_Proxying_WebsocketFunction · 0.76