func golang.org/x/net/http2.cloneHeader
4 uses
golang.org/x/net/http2 (current package)
server.go#L2657: rws.snapHeader = cloneHeader(rws.handlerHeader)
server.go#L2662: func cloneHeader(h http.Header) http.Header {
server.go#L2812: header: cloneHeader(opts.Header),
server.go#L2899: header: cloneHeader(msg.header), // clone since handler runs concurrently with writing the PUSH_PROMISE
![]() |
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. |