golang.org/x/net/http2.stream.trailer (field)
6 uses
golang.org/x/net/http2 (current package)
server.go#L594: trailer http.Header // accumulated trailers
server.go#L1773: for k, vv := range st.trailer {
server.go#L1874: st.trailer = make(http.Header)
server.go#L1916: if st.trailer != nil {
server.go#L1925: st.trailer[key] = append(st.trailer[key], hf.Value)
![]() |
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. |