var net/http.LocalAddrContextKey
4 uses
net/http (current package)
h2_bundle.go#L4043: ctx = context.WithValue(ctx, LocalAddrContextKey, c.LocalAddr())
server.go#L244: LocalAddrContextKey = &contextKey{"local-addr"}
server.go#L1819: ctx = context.WithValue(ctx, LocalAddrContextKey, c.rwc.LocalAddr())
golang.org/x/net/http2
server.go#L477: ctx = context.WithValue(ctx, http.LocalAddrContextKey, c.LocalAddr())
![]() |
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. |