Searched defs:http2writePushPromise (Results 1 – 1 of 1) sorted by relevance
10714 type http2writePushPromise struct { struct10715 streamID uint32 // pusher stream10716 method string // for :method10717 url *url.URL // for :scheme, :authority, :path10718 h Header10722 allocatePromisedID func() (uint32, error)10723 promisedID uint3210726 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 {