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

5 uses

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