net/http.http2serverConn.framer (field)
5 uses
net/http (current package)
h2_bundle.go#L3987: sc.framer = fr
h2_bundle.go#L4053: sc.framer.WriteGoAway(0, err, []byte(debug))
h2_bundle.go#L4066: framer *http2Framer
h2_bundle.go#L4164: func (sc *http2serverConn) Framer() *http2Framer { return sc.framer }
h2_bundle.go#L4314: f, err := sc.framer.ReadFrame()
![]() |
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. |