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.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |