MCPcopy Create free account
hub / github.com/dgrr/http2 / Ping

Struct Ping

ping.go:13–16  ·  view source on GitHub ↗

Ping https://tools.ietf.org/html/rfc7540#section-6.7

Source from the content-addressed store, hash-verified

11
12// Ping https://tools.ietf.org/html/rfc7540#section-6.7
13type Ping struct {
14 ack bool
15 data [8]byte
16}
17
18func (p *Ping) IsAck() bool {
19 return p.ack

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected