8000 Tags · dhanzhang/cpp-httplib · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: dhanzhang/cpp-httplib

Tags

v0.7.4

Toggle v0.7.4's commit message
Fixed example build errors

v0.7.3

Toggle v0.7.3's commit message

v0.7.2

Toggle v0.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Brotli Cmake support (yhirose#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 yhirose#582

v0.7.1

Toggle v0.7.1's commit message

v0.7.0

Toggle v0.7.0's commit message
Updated version in the User Agent string

v0.6.7

Toggle v0.6.7's commit message

v0.6.6

Toggle v0.6.6's commit message
Fixed build error...

v0.6.5

Toggle v0.6.5's commit message
Fixed problem with `stop` on windows

v0.6.4

Toggle v0.6.4's commit message
Changed CPPHTTPLIB_IDLE_INTERVAL_USECOND to 0

v0.6.3

Toggle v0.6.3's commit message
Code cleanup and format

0