type net/http.http2DataFrame
11 uses
net/http (current package)
h2_bundle.go#L1657: dataFrame http2DataFrame
h2_bundle.go#L1660: func (fc *http2frameCache) getDataFrame() *http2DataFrame {
h2_bundle.go#L1662: return &http2DataFrame{}
h2_bundle.go#L1816: type http2DataFrame struct {
h2_bundle.go#L1821: func (f *http2DataFrame) StreamEnded() bool {
h2_bundle.go#L1829: func (f *http2DataFrame) Data() []byte {
h2_bundle.go#L2833: case *http2DataFrame:
h2_bundle.go#L4986: case *http2DataFrame:
h2_bundle.go#L5201: func (sc *http2serverConn) processData(f *http2DataFrame) error {
h2_bundle.go#L8359: case *http2DataFrame:
h2_bundle.go#L8698: func (rl *http2clientConnReadLoop) processData(f *http2DataFrame) error {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)