Implement quiche::QuicheTextUtils::HexDump() within QUICHE.

The implementation is based on
https://source.chromium.org/chromium/chromium/src/+/master:net/base/hex_utils.cc;l=13-45;drc=43b334ad1641a94cb11dec0d8023be47b16a66c0
with some tweaks and using Abseil instead of Chromium's base.

Also move some other non-trivial QuicheTextUtils method definitions to .cc file,
and add empty test case for HexDump().

PiperOrigin-RevId: 370724763
Change-Id: I780f5ccc889929331d66538b555790c0789a4efa
1 file changed
tree: 45f2a72cbd5bcc9d7f8155c78a53dfc6cfa6ab51
  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. QUICHE is only supported on little-endian platforms.

Code can be viewed in CodeSearch in Quiche and is imported into Chromium.