Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/imroc/req
/ StreamEnded
Method
StreamEnded
internal/http2/frame.go:1070–1072 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1068
}
1069
1070
func
(f *HeadersFrame) StreamEnded() bool {
1071
return
f.FrameHeader.Flags.Has(FlagHeadersEndStream)
1072
}
1073
1074
func
(f *HeadersFrame) HasPriority() bool {
1075
return
f.FrameHeader.Flags.Has(FlagHeadersPriority)
Callers
nothing calls this directly
Calls
1
Has
Method · 0.80
Tested by
no test coverage detected