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

4 uses

	net/http
		h2_bundle.go#L2664: 	PromiseID uint32
		h2_bundle.go#L2701: 	if !http2validStreamID(p.PromiseID) && !f.AllowIllegalWrites {
		h2_bundle.go#L2704: 	f.writeUint32(p.PromiseID)
		h2_bundle.go#L10020: 			PromiseID:     w.promisedID,