golang.org/x/net/http2.PushPromiseParam.PromiseID (field)

4 uses

	net/http
		h2_bundle.go#L2927: 	PromiseID uint32
		h2_bundle.go#L2964: 	if !http2validStreamID(p.PromiseID) && !f.AllowIllegalWrites {
		h2_bundle.go#L2967: 	f.writeUint32(p.PromiseID)
		h2_bundle.go#L10880: 			PromiseID:     w.promisedID,