net/http.http2FrameHeader.Type (field)

11 uses

	net/http (current package)
		h2_bundle.go#L1396: 	Type http2FrameType
		h2_bundle.go#L1425: 	buf.WriteString(h.Type.String())
		h2_bundle.go#L1437: 			name := http2flagName[h.Type][http2Flags(1<h2_bundle.go#L1483: 		Type:     http2FrameType(buf[3]),
		h2_bundle.go#L1746: 	f, err := http2typeFrameParser(fh.Type)(fr.frameCache, fh, payload)
		h2_bundle.go#L1759: 	if fh.Type == http2FrameHeaders && fr.ReadMetaHeaders != nil {
		h2_bundle.go#L1786: 		if fh.Type != http2FrameContinuation {
		h2_bundle.go#L1789: 					fh.Type, fh.StreamID,
		h2_bundle.go#L1790: 					last.Header().Type, fr.lastHeaderStream))
		h2_bundle.go#L1797: 	} else if fh.Type == http2FrameContinuation {
		h2_bundle.go#L1801: 	switch fh.Type {