Home
last modified time | relevance | path

Searched defs:http2FrameHeader (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dh2_bundle.go1555 type http2FrameHeader struct { struct
1556 valid bool // caller can access []byte fields in the Frame
1561 Type http2FrameType
1565 Flags http2Flags
1570 Length uint32
1574 StreamID uint32
1579 func (h http2FrameHeader) Header() http2FrameHeader { return h }
1581 func (h http2FrameHeader) String() string {
1589 func (h http2FrameHeader) writeDebug(buf *bytes.Buffer) {
1616 func (h *http2FrameHeader) checkValid() {
[all …]