diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-09-29 11:37:37 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-09-29 11:38:19 +0200 |
commit | 962ad8c5ba33614e7b2710a9cca84c5b5660a6b6 (patch) | |
tree | e829eb6a004851daa92e78a84e8ba30f5d6e72a3 /docs | |
parent | 00b65e3779ec083f1eb5e52f83da615e99182a72 (diff) | |
download | curl-962ad8c5ba33614e7b2710a9cca84c5b5660a6b6.tar.gz |
BINDINGS: added clj-curl
Reported-by: Lucas Severo
Diffstat (limited to 'docs')
-rw-r--r-- | docs/BINDINGS.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/BINDINGS.md b/docs/BINDINGS.md index b3624b1cb..056973f32 100644 --- a/docs/BINDINGS.md +++ b/docs/BINDINGS.md @@ -23,6 +23,8 @@ Requests](https://github.com/whoshuu/cpr) by Huu Nguyen Cocoa: [BBHTTP](https://github.com/brunodecarvalho/BBHTTP) written by Bruno de Carvalho [curlhandle](https://github.com/karelia/curlhandle) Written by Dan Wood +Clojure: [clj-curl](https://github.com/lsevero/clj-curl) by Lucas Severo + [D](https://dlang.org/library/std/net/curl.html) Written by Kenneth Bogert [Delphi](https://github.com/Mercury13/curl4delphi) Written by Mikhail Merkuryev |