cpp-httplibv0.53.1
- Updated
A single file C++11 header-only HTTP/HTTPS server and client library
- Project website: https://github.com/yhirose/cpp-httplib
#Usage
cpp-httplib provides CMake targets:
find_package(httplib CONFIG REQUIRED)
target_link_libraries(main PRIVATE httplib::httplib)#Supported Platforms
All platforms supported.
#Features
Default feature: brotli
#brotlidefault
Enables brotli compression support using brotli
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (through brotli)
- vcpkg-cmake-config (through brotli)
#openssl
Enables HTTPS support using OpenSSL
Host Dependencies:
3 transitive dependencies:
- vcpkg-cmake (through openssl)
- vcpkg-cmake-config (through openssl)
- vcpkg-cmake-get-vars (through openssl)
#zlib
Enables gzip compression support using zlib
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (through zlib)
- vcpkg-cmake-config (through zlib)
#zstd
Enables zstd support
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (through zstd)
- vcpkg-cmake-config (through zstd)
#Dependencies
No dependencies.
#Used By
- hanjingo-high-jump (feature
http) - libtorch
- llama-cpp
- ruckig (feature
cloud) - swaggercpp
#Host Tool For
No ports use this.
#Contributors
Leonid Pospelov
unknown
JonLiu1993
Amir Alperin
Tosone
Philipp Hasper
misirlou-tg
chausner
Elias Benali
Mengna Li
Argentoz
Frank
xiaozhuai
Vitalii Koshura
Jia Yue Hua
miyanyan
Johannes Schönberger
toge
PARK DongHa
Billy O'Neal
Tomasz Kalisiak