Update googleurl to the latest version

This updates googleurl to the bfe9d19846d916ccc17fb8c5d9e1d256fc77a243
revision of upstream from Mon Mar 16 23:52:37 2020 +0000.
49 files changed
tree: d7b5bd50655c740764aacd18539daa2101f84af9
  1. base/
  2. build/
  3. polyfills/
  4. test/
  5. url/
  6. AUTHORS
  7. copy.bara.sky
  8. LICENSE
  9. README.md
  10. WORKSPACE
README.md

googleurl

This is a copy of Chrome's URL parsing library, adapted to work with Bazel. It is meant to be used by QUICHE, but can be also used by other projects that use Bazel.

In order to be used successfully, -std=c++14 and -fno-strict-aliasing compile flags are required.

For questions, contact proto-quic@chromium.org.