diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-03-06 09:43:54 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-03-06 09:44:08 +0100 |
commit | bfcb3150a7dec66e02e75aa69bb48c56aad8c16f (patch) | |
tree | 9c51fe1d5d9dfa3a3246cc76ef1e5c478d3b8ff9 /docs | |
parent | 29be83ee74880030a16af46396ee83a3d8ba724b (diff) |
BINDINGS: add misssing C++ bindings
Reported-by: Giuseppe Persico
Diffstat (limited to 'docs')
-rw-r--r-- | docs/BINDINGS.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/BINDINGS.md b/docs/BINDINGS.md index a11cb4cac..8f2e5b291 100644 --- a/docs/BINDINGS.md +++ b/docs/BINDINGS.md @@ -14,7 +14,9 @@ libcurl bindings [Basic](http://scriptbasic.com/) ScriptBasic bindings written by Peter Verhas -[C++](http://curlpp.org/) Written by Jean-Philippe Barrette-LaPierre +C++: [curlpp](http://curlpp.org/) Written by Jean-Philippe Barrette-LaPierre, +[curlcpp](https://github.com/JosephP91/curlcpp) by Giuseppe Persico and [C++ +Requests](https://github.com/whoshuu/cpr) by Huu Nguyen [Ch](https://chcurl.sourceforge.io/) Written by Stephen Nestinger and Jonathan Rogado |