Searched defs:headerFrame (Results 1 – 1 of 1) sorted by relevance
94 type headerFrame struct { struct95 streamID uint3296 hf []hpack.HeaderField97 endStream bool // Valid on server side.98 initStream func(uint32) (bool, error) // Used only on the client side.99 onWrite func()100 wq *writeQuota // write quota for the stream created.101 cleanup *cleanupStream // Valid on the server side.102 onOrphaned func(error) // Valid on client-side