Adds HpackEncoder::EncodeRepresentations(), where the caller can specify an explicit list of (key, value) pairs. This method does not split values on \0.

gfe-relnote: Adds a new method to HpackEncoder which is not yet used in production code. Not protected.
PiperOrigin-RevId: 285121328
Change-Id: Ieffbc569af94e9d9f4c350241d390149feb77019
3 files changed
tree: c26bec5ac412a6a73c592d95191add2566bbdf72
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. README.md
README.md

QUICHE

QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects.