summaryrefslogtreecommitdiff
path: root/tests/libcurlpp/README
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libcurlpp/README')
-rw-r--r--tests/libcurlpp/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/libcurlpp/README b/tests/libcurlpp/README
new file mode 100644
index 0000000..747e9a6
--- /dev/null
+++ b/tests/libcurlpp/README
@@ -0,0 +1,4 @@
+test1 - using curlpp wrapper for curl, classic curl handler, easy
+ interface, callback for result stream, more or less in C
+ style, not-thread-safe!
+test2 - trying with a class and a method functor (curlpp)