2018-04-18 12:49:04 -07:00
|
|
|
Name: cpp-httplib
|
|
|
|
Short Name: cpp-httplib
|
|
|
|
URL: https://github.com/yhirose/cpp-httplib
|
2018-05-31 21:53:44 -07:00
|
|
|
Revision: 5b3187e2f9e77c672063d49a1167bbb563da023e
|
2018-04-18 12:49:04 -07:00
|
|
|
License: MIT
|
|
|
|
License File: cpp-httplib/LICENSE
|
|
|
|
Security Critical: no (test only)
|
2023-08-29 15:25:41 +10:00
|
|
|
Shipped: no
|
2018-04-18 12:49:04 -07:00
|
|
|
|
|
|
|
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>.
|
2024-04-10 17:12:05 -04:00
|
|
|
- Make `this` capture explicit to avoid errors in C++20.
|