type golang.org/x/net/http2.ContinuationFrame
5 uses
golang.org/x/net/http2 (current package)
frame.go#L1404: type ContinuationFrame struct {
frame.go#L1414: return &ContinuationFrame{fh, p}, nil
frame.go#L1417: func (f *ContinuationFrame) HeaderBlockFragment() []byte {
frame.go#L1422: func (f *ContinuationFrame) HeadersEnded() bool {
frame.go#L1803: hc = f.(*ContinuationFrame) // guaranteed by checkFrameOrder
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)