const golang.org/x/net/http2.FlagDataPadded
6 uses
golang.org/x/net/http2 (current package)
frame.go#L75: FlagDataPadded Flags = 0x8
frame.go#L99: FlagDataPadded: "PADDED",
frame.go#L604: if fh.Flags.Has(FlagDataPadded) {
frame.go#L677: flags |= FlagDataPadded
google.golang.org/grpc/internal/transport
http2_client.go#L986: if f.Header().Flags.Has(http2.FlagDataPadded) {
http2_server.go#L623: if f.Header().Flags.Has(http2.FlagDataPadded) {
![]() |
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. |