Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/imroc/req
/ IsAck
Method
IsAck
internal/http2/frame.go:812–814 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
810
}
811
812
func
(f *SettingsFrame) IsAck() bool {
813
return
f.FrameHeader.Flags.Has(FlagSettingsAck)
814
}
815
816
func
(f *SettingsFrame) Value(id http2.SettingID) (v uint32, ok bool) {
817
f.checkValid()
Callers
nothing calls this directly
Calls
1
Has
Method · 0.80
Tested by
no test coverage detected