crashpad/third_party/cpp-httplib/README.crashpad

18 lines
537 B
Plaintext
Raw Normal View History

Name: cpp-httplib
Short Name: cpp-httplib
URL: https://github.com/yhirose/cpp-httplib
Revision: 6a848b1a16437fe216cb26a14ee9fcb5c5785464
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.