Skip to content

cpp wrapper for curl that supports -fno-exceptions and static linking.

License

Notifications You must be signed in to change notification settings

NobodyXu/curl-cpp

Repository files navigation

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

About

cpp wrapper for curl that supports -fno-exceptions and static linking.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages