type net/http.http2Flags

25 uses

	net/http (current package)
		h2_bundle.go#L1304: type http2Flags uint8
		h2_bundle.go#L1307: func (f http2Flags) Has(v http2Flags) bool {
		h2_bundle.go#L1314: 	http2FlagDataEndStream http2Flags = 0x1
		h2_bundle.go#L1315: 	http2FlagDataPadded    http2Flags = 0x8
		h2_bundle.go#L1318: 	http2FlagHeadersEndStream  http2Flags = 0x1
		h2_bundle.go#L1319: 	http2FlagHeadersEndHeaders http2Flags = 0x4
		h2_bundle.go#L1320: 	http2FlagHeadersPadded     http2Flags = 0x8
		h2_bundle.go#L1321: 	http2FlagHeadersPriority   http2Flags = 0x20
		h2_bundle.go#L1324: 	http2FlagSettingsAck http2Flags = 0x1
		h2_bundle.go#L1327: 	http2FlagPingAck http2Flags = 0x1
		h2_bundle.go#L1330: 	http2FlagContinuationEndHeaders http2Flags = 0x4
		h2_bundle.go#L1332: 	http2FlagPushPromiseEndHeaders http2Flags = 0x4
		h2_bundle.go#L1333: 	http2FlagPushPromisePadded     http2Flags = 0x8
		h2_bundle.go#L1336: var http2flagName = map[http2FrameType]map[http2Flags]string{
		h2_bundle.go#L1400: 	Flags http2Flags
		h2_bundle.go#L1437: 			name := http2flagName[h.Type][http2Flags(1<h2_bundle.go#L1484: 		Flags:    http2Flags(buf[4]),
		h2_bundle.go#L1577: func (f *http2Framer) startWrite(ftype http2FrameType, flags http2Flags, streamID uint32) {
		h2_bundle.go#L1915: 	var flags http2Flags
		h2_bundle.go#L2091: 	var flags http2Flags
		h2_bundle.go#L2310: 	var flags http2Flags
		h2_bundle.go#L2472: 	var flags http2Flags
		h2_bundle.go#L2567: 	var flags http2Flags
		h2_bundle.go#L2589: func (f *http2Framer) WriteRawFrame(t http2FrameType, flags http2Flags, streamID uint32, payload []byte) error {