const golang.org/x/net/http2.FlagDataEndStream
6 uses
golang.org/x/net/http2 (current package)
frame.go#L74: FlagDataEndStream Flags = 0x1
frame.go#L98: FlagDataEndStream: "END_STREAM",
frame.go#L579: return f.FrameHeader.Flags.Has(FlagDataEndStream)
frame.go#L674: flags |= FlagDataEndStream
google.golang.org/grpc/internal/transport
http2_client.go#L1003: if f.FrameHeader.Flags.Has(http2.FlagDataEndStream) {
http2_server.go#L638: if f.Header().Flags.Has(http2.FlagDataEndStream) {
![]() |
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. |