diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-09-29 11:57:24 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-09-29 11:57:24 +0200 |
commit | 29a51e153840af5bd8e44e7dad5995412557eb9d (patch) | |
tree | 2c715d0b86612e313b8d900db4ace7ff8edfadd3 /docs | |
parent | 962ad8c5ba33614e7b2710a9cca84c5b5660a6b6 (diff) |
BINDINGS: Kapito is an Erlang library, basically a binding
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 056973f32..645090168 100644 --- a/docs/BINDINGS.md +++ b/docs/BINDINGS.md @@ -55,6 +55,8 @@ Go: [go-curl](https://github.com/andelf/go-curl) by ShuYu Wang [Julia](https://github.com/forio/Curl.jl) Written by Paul Howe +[Kapito](https://github.com/puzza007/katipo) is an Erlang HTTP library around libcurl. + [Lisp](https://common-lisp.net/project/cl-curl/) Written by Liam Healy Lua: [luacurl](http://luacurl.luaforge.net/) by Alexander Marinov, [Lua-cURL](https://github.com/Lua-cURL) by Jürgen Hötzel |