summaryrefslogtreecommitdiffstats
path: root/libraries/lua-curl/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/lua-curl/README')
-rw-r--r--libraries/lua-curl/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/lua-curl/README b/libraries/lua-curl/README
new file mode 100644
index 0000000000..9a93e32abf
--- /dev/null
+++ b/libraries/lua-curl/README
@@ -0,0 +1,8 @@
+lua-curl (lua curl library)
+
+The intent of Lua-cURL is to adapt the
+ * Easy Interface
+ * Multi Interface
+ * Shared Interface
+of libcurl to the functionality of Lua (for example by using iterators
+instead of callbacks when possible).