Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 741 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 741 Bytes

curl-cpp

C/C++ CI

cpp wrapper for libcurl that support -fno-exceptions and static linking.

curl-cpp provides simple measures to test whether certain features is supported before any easy handle is created (except for cookies support, which can only be detected when setting a cookie in easy handler).

Document Example

How to build and statically link with this lib

git clone https://github.com/NobodyXu/curl-cpp.git
cd curl-cpp/
make

How to build doc locally

cd curl-cpp/
make gendoc # This will give html, latex and man pages