Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dh2_bundle.go10714 type http2writePushPromise struct { struct
10715 streamID uint32 // pusher stream
10716 method string // for :method
10717 url *url.URL // for :scheme, :authority, :path
10718 h Header
10722 allocatePromisedID func() (uint32, error)
10723 promisedID uint32
10726 func (w *http2writePushPromise) staysWithinBuffer(max int) bool {
10731 func (w *http2writePushPromise) writeFrame(ctx http2writeContext) error {
10749 …PushPromise) writeHeaderBlock(ctx http2writeContext, frag []byte, firstFrag, lastFrag bool) error {