Peter Boström e05f665694 Roll cpp-httplib
This brings in https://github.com/yhirose/cpp-httplib/pull/1962 which
addresses -Wdeprecated-literal-operator.

Note that this contains v18.0 but is is 15 commits ahead as no release
has yet been made.

https://github.com/yhirose/cpp-httplib/compare/v0.18.0...0cc1ca9a8dcff402891582dda4da34a5d1687adc

Bug: chromium:373130005
Change-Id: Iada3259107e68d0eeabf20812df2d73e50daa750
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/5932425
Reviewed-by: Mark Mentovai <mark@chromium.org>
Commit-Queue: Peter Boström <pbos@chromium.org>
2024-10-15 23:17:41 +00:00
..
2024-10-15 23:17:41 +00:00
2024-10-15 23:17:41 +00:00

Name: cpp-httplib
Short Name: cpp-httplib
URL: https://github.com/yhirose/cpp-httplib
Version: 0.18.0 (+15 commits)
Revision: 0cc1ca9a8dcff402891582dda4da34a5d1687adc
License: MIT
License File: cpp-httplib/LICENSE
Security Critical: no (test only)
Shipped: no

Description:
A C++11 single-file header-only cross-platform HTTP/HTTPS library.

Local Modifications:
 - Exclude test/ and example/ subdirectories, and build-related files.
 - Patch httplib.h to use #include "third_party/zlib/zlib_crashpad.h" instead of
   <zlib.h>.
 - #define CPPHTTPLIB_NO_EXCEPTIONS 1.