golang.org/x/net/http2.stream.reqTrailer (field)
5 uses
golang.org/x/net/http2 (current package)
server.go#L595: reqTrailer http.Header // handler's Request.Trailer
server.go#L1774: if _, ok := st.reqTrailer[k]; ok {
server.go#L1776: st.reqTrailer[k] = vv
server.go#L1872: st.reqTrailer = req.Trailer
server.go#L1873: if st.reqTrailer != nil {
![]() |
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. |