A single file C++11 header-only HTTP/HTTPS server and client library
Run the following Vcpkg command to install the port.
vcpkg install cpp-httplib
cpp-httplib provides CMake targets:
find_package(httplib CONFIG REQUIRED) target_link_libraries(main PRIVATE httplib::httplib)
Enables brotli compression support using brotli
Enables HTTPS support using OpenSSL
Enables gzip compression support using zlib
Enables zstd support
v0.23.0#0
Jul 14, 2025
!x86 & !arm
yhirose/cpp-httplib
github.com/yhirose/cpp-httplib
b8ecfb2b7d
MIT
Manifest