MCPcopy 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
812func (f *SettingsFrame) IsAck() bool {
813 return f.FrameHeader.Flags.Has(FlagSettingsAck)
814}
815
816func (f *SettingsFrame) Value(id http2.SettingID) (v uint32, ok bool) {
817 f.checkValid()

Callers

nothing calls this directly

Calls 1

HasMethod · 0.80

Tested by

no test coverage detected