const net/http.http2FrameHeaders
7 uses
net/http (current package)
h2_bundle.go#L1271: http2FrameHeaders http2FrameType = 0x1
h2_bundle.go#L1284: http2FrameHeaders: "HEADERS",
h2_bundle.go#L1341: http2FrameHeaders: {
h2_bundle.go#L1369: http2FrameHeaders: http2parseHeadersFrame,
h2_bundle.go#L1759: if fh.Type == http2FrameHeaders && fr.ReadMetaHeaders != nil {
h2_bundle.go#L1802: case http2FrameHeaders, http2FrameContinuation:
h2_bundle.go#L2323: f.startWrite(http2FrameHeaders, flags, p.StreamID)
![]() |
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. |