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).
git clone https://github.com/NobodyXu/curl-cpp.git
cd curl-cpp/
make
cd curl-cpp/
make gendoc # This will give html, latex and man pages