net/http/httputil.ReverseProxy.logf (method)
4 uses
net/http/httputil (current package)
reverseproxy.go#L187: p.logf("http: proxy error: %v", err)
reverseproxy.go#L335: p.logf("suppressing panic for copyResponse error in test; copy error: %v", err)
reverseproxy.go#L453: p.logf("httputil: ReverseProxy read error during body copy: %v", rerr)
reverseproxy.go#L476: func (p *ReverseProxy) logf(format string, args ...interface{}) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |