type golang.org/x/net/http2.DataFrame
15 uses
golang.org/x/net/http2 (current package)
frame.go#L414: dataFrame DataFrame
frame.go#L417: func (fc *frameCache) getDataFrame() *DataFrame {
frame.go#L419: return &DataFrame{}
frame.go#L573: type DataFrame struct {
frame.go#L578: func (f *DataFrame) StreamEnded() bool {
frame.go#L586: func (f *DataFrame) Data() []byte {
frame.go#L1590: case *DataFrame:
server.go#L1417: case *DataFrame:
server.go#L1632: func (sc *serverConn) processData(f *DataFrame) error {
transport.go#L1856: case *DataFrame:
transport.go#L2195: func (rl *clientConnReadLoop) processData(f *DataFrame) error {
google.golang.org/grpc/internal/transport
http2_client.go#L942: func (t *http2Client) handleData(f *http2.DataFrame) {
http2_client.go#L1322: case *http2.DataFrame:
http2_server.go#L497: case *http2.DataFrame:
http2_server.go#L578: func (t *http2Server) handleData(f *http2.DataFrame) {
![]() |
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. |