Searched defs:writePushPromise (Results 1 – 1 of 1) sorted by relevance
251 type writePushPromise struct { struct252 streamID uint32 // pusher stream253 method string // for :method254 url *url.URL // for :scheme, :authority, :path255 h http.Header259 allocatePromisedID func() (uint32, error)260 promisedID uint32263 func (w *writePushPromise) staysWithinBuffer(max int) bool {268 func (w *writePushPromise) writeFrame(ctx writeContext) error {286 …writePushPromise) writeHeaderBlock(ctx writeContext, frag []byte, firstFrag, lastFrag bool) error {