gfe-relnote: Migrate //gfe/test_tools/request_tools/clients/... from char* and size_t signatures to absl::string_view, a better and more modern representation of a view into a string buffer; changes the minimum number of tests to get successful compilation and runs

Asan run of all e2e tests: http://sponge2/f6536624-0275-40d6-a307-4ffd63b43284

Steps in the process:
1. Migrate Send to use a string_view, using a pass-thru method to avoid changing tests <<< This CL
2. Use a regex to migrate all Send callsites to use a string_view, Rosie this out
3. Remove passthru method

PiperOrigin-RevId: 286244043
Change-Id: I1e2141f7cb2473cc57ecdc837b54b8cf344eba61
2 files changed
tree: d14778fb6956ee2f4bc82f528dc5a5430d7867b0
  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.