const golang.org/x/net/http2.FrameContinuation
8 uses
golang.org/x/net/http2 (current package)
frame.go#L39: FrameContinuation FrameType = 0x9
frame.go#L52: FrameContinuation: "CONTINUATION",
frame.go#L113: FrameContinuation: {
frame.go#L137: FrameContinuation: parseContinuationFrame,
frame.go#L543: if fh.Type != FrameContinuation {
frame.go#L554: } else if fh.Type == FrameContinuation {
frame.go#L559: case FrameHeaders, FrameContinuation:
frame.go#L1233: f.startWrite(FrameContinuation, flags, 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. |