blob: 8246a7358c54464e9475a00ce635e7d052017537 [file] [log] [blame]
Name: cpp-httplib
Short Name: cpp-httplib
URL: https://github.com/yhirose/cpp-httplib
Revision: 5b3187e2f9e77c672063d49a1167bbb563da023e
License: MIT
License File: cpp-httplib/LICENSE
Security Critical: no (test only)
Shipped: no
Description:
A C++11 header-only HTTP library.
Local Modifications:
- Exclude test/ and example/ subdirs.
- Patch httplib.h to use #include "third_party/zlib/zlib_crashpad.h" instead of
<zlib.h>.
- Make `this` capture explicit to avoid errors in C++20.