From bfcb3150a7dec66e02e75aa69bb48c56aad8c16f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 6 Mar 2017 09:43:54 +0100 Subject: [PATCH] BINDINGS: add misssing C++ bindings Reported-by: Giuseppe Persico --- docs/BINDINGS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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