Releases: yhirose/cpp-httplib
Releases · yhirose/cpp-httplib
Content provider without content length
v0.7.5 Update README
Brotli support on server
v0.7.4 Fixed example build errors
KeepAlive problem with a read time out client request
v0.7.3 Fix #591
Brotli compression support on client
Add Brotli Cmake support (#584) Had to create a custom FindBrotli package, as not all users have PkgConfig installed (which Brotli uses). This file gets installed alongside httplibConfig.cmake for the end-users convenience. Set BROTLI_USE_STATIC_LIBS to ON if you want to find the static libs instead of default shared. Adds the HTTPLIB_REQUIRE_BROTLI (default off) and HTTPLIB_USE_BROTLI_IF_AVAILABLE (default on) options, which work in the same manner as the other optional/required dependency options. Moved the scattered linking and definitions to a single call. Updated some documentation about the new options. Improved the in-tree support by setting the HTTPLIB_IS_USING_XYZ variables in the main CMakeLists (as well as having them in the httplibConfig.cmake file). Fixes #582
Use the default ca bundle in system
v0.7.1 Fix #566
Better support for Keep-alive on the client side
New Keep-Alive support on Client which supersedes the old batch style Keep-Alive API.
Fix for server hang when multipart data was malformed
v0.6.7 Fix #522
Fixed build error on Windows with CPPHTTPLIB_USE_POLL
v0.6.6 Fixed build error...
Fixed `stop()` method problem on Windows
v0.6.5 Fixed problem with `stop` on windows
Made the idle event feature optional
v0.6.4 Changed CPPHTTPLIB_IDLE_INTERVAL_USECOND to 0