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

5 uses

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