type golang.org/x/net/http2.ContinuationFrame

5 uses

	golang.org/x/net/http2 (current package)
		frame.go#L1238: type ContinuationFrame struct {
		frame.go#L1248: 	return &ContinuationFrame{fh, p}, nil
		frame.go#L1251: func (f *ContinuationFrame) HeaderBlockFragment() []byte {
		frame.go#L1256: func (f *ContinuationFrame) HeadersEnded() bool {
		frame.go#L1590: 			hc = f.(*ContinuationFrame) // guaranteed by checkFrameOrder