| <!-- | |
| Copyright (C) Daniel Stenberg, <[email protected]>, et al. | |
| SPDX-License-Identifier: curl | |
| --> | |
| libcurl bindings | |
| ================ | |
| Creative people have written bindings or interfaces for various environments | |
| and programming languages. Using one of these allows you to take advantage of | |
| curl powers from within your favourite language or system. | |
| This is a list of all known interfaces as of this writing. | |
| The bindings listed below are not part of the curl/libcurl distribution | |
| archives, but must be downloaded and installed separately. | |
| <!-- markdown-link-check-disable --> | |
| [Ada95](https://web.archive.org/web/20070403105909/www.almroth.com/adacurl/index.html) Written by Andreas Almroth | |
| [Basic](https://scriptbasic.com/) ScriptBasic bindings written by Peter Verhas | |
| C++: [curlpp](https://github.com/jpbarrette/curlpp/) Written by Jean-Philippe Barrette-LaPierre, | |
| [curlcpp](https://github.com/JosephP91/curlcpp) by Giuseppe Persico and [C++ | |
| Requests](https://github.com/libcpr/cpr) by Huu Nguyen | |
| [Ch](https://chcurl.sourceforge.net/) Written by Stephen Nestinger and Jonathan Rogado | |
| Cocoa: [BBHTTP](https://github.com/biasedbit/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 | |
| [Dylan](https://dylanlibs.sourceforge.net/) Written by Chris Double | |
| [Eiffel](https://iron.eiffel.com/repository/20.11/package/ABEF6975-37AC-45FD-9C67-52D10BA0669B) Written by Eiffel Software | |
| [Euphoria](https://web.archive.org/web/20050204080544/rays-web.com/eulibcurl.htm) Written by Ray Smith | |
| [Falcon](http://www.falconpl.org/project_docs/curl/) | |
| [Ferite](https://web.archive.org/web/20150102192018/ferite.org/) Written by Paul Querna | |
| [Fortran](https://github.com/interkosmos/fortran-curl) Written by Philipp Engel | |
| [Gambas](https://gambas.sourceforge.net/) | |
| [glib/GTK+](https://web.archive.org/web/20100526203452/atterer.net/glibcurl) Written by Richard Atterer | |
| Go: [go-curl](https://github.com/andelf/go-curl) by ShuYu Wang | |
| [Guile](https://github.com/spk121/guile-curl) Written by Michael L. Gran | |
| [Harbour](https://github.com/vszakats/hb/tree/main/contrib/hbcurl) Written by Viktor Szakats | |
| [Haskell](https://hackage.haskell.org/package/curl) Written by Galois, Inc | |
| [Hollywood](https://www.hollywood-mal.com/download.html) hURL by Andreas Falkenhahn | |
| [Java](https://github.com/covers1624/curl4j) | |
| [Julia](https://github.com/JuliaWeb/LibCURL.jl) Written by Amit Murthy | |
| [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](https://web.archive.org/web/20201205052437/luacurl.luaforge.net/) by Alexander Marinov, [Lua-cURL](https://github.com/Lua-cURL) by Jürgen Hötzel | |
| [Mono](https://web.archive.org/web/20070606064500/https://forge.novell.com/modules/xfmod/project/?libcurl-mono) Written by Jeffrey Phillips | |
| [.NET](https://sourceforge.net/projects/libcurl-net/) libcurl-net by Jeffrey Phillips | |
| [Nim](https://nimble.directory/pkg/libcurl) wrapper for libcurl | |
| [node.js](https://github.com/JCMais/node-libcurl) node-libcurl by Jonathan Cardoso Machado | |
| [Object-Pascal](https://web.archive.org/web/20020610214926/www.tekool.com/opcurl) Free Pascal, Delphi and Kylix binding written by Christophe Espern. | |
| [OCaml](https://opam.ocaml.org/packages/ocurl/) Written by Lars Nilsson and ygrek | |
| [Pascal](https://web.archive.org/web/20030804091414/houston.quik.com/jkp/curlpas/) Free Pascal, Delphi and Kylix binding written by Jeffrey Pohlmeyer. | |
| Perl: [WWW::Curl](https://github.com/szbalint/WWW--Curl) Maintained by Cris | |
| Bailiff and Bálint Szilakszi, | |
| [perl6-net-curl](https://github.com/azawawi/perl6-net-curl) by Ahmad M. Zawawi | |
| [NET::Curl](https://metacpan.org/pod/Net::Curl) by Przemyslaw Iskra | |
| [PHP](https://php.net/curl) Originally written by Sterling Hughes | |
| [PostgreSQL](https://github.com/pramsey/pgsql-http) - HTTP client for PostgreSQL | |
| [PostgreSQL](https://github.com/RekGRpth/pg_curl) - cURL client for PostgreSQL | |
| [PureBasic](https://www.purebasic.com/documentation/http/index.html) uses libcurl in its "native" HTTP subsystem | |
| [Python](http://pycurl.io/) PycURL by Kjetil Jacobsen | |
| [Python](https://pypi.org/project/pymcurl/) mcurl by Ganesh Viswanathan | |
| [Q](https://q-lang.sourceforge.net/) The libcurl module is part of the default install | |
| [R](https://cran.r-project.org/package=curl) | |
| [Rexx](https://rexxcurl.sourceforge.net/) Written Mark Hessling | |
| [Ring](https://ring-lang.sourceforge.io/doc1.3/libcurl.html) RingLibCurl by Mahmoud Fayed | |
| RPG, support for ILE/RPG on OS/400 is included in source distribution | |
| Ruby: [curb](https://github.com/taf2/curb) written by Ross Bamford, | |
| [ruby-curl-multi](https://github.com/kball/curl_multi.rb) by Kristjan Petursson and Keith Rarick | |
| [Rust](https://github.com/alexcrichton/curl-rust) curl-rust - by Carl Lerche | |
| [Scheme](https://www.metapaper.net/lisovsky/web/curl/) Bigloo binding by Kirill Lisovsky | |
| [Scilab](https://help.scilab.org/docs/current/fr_FR/getURL.html) binding by Sylvestre Ledru | |
| [S-Lang](https://www.jedsoft.org/slang/modules/curl.html) by John E Davis | |
| [Smalltalk](https://www.squeaksource.com/CurlPlugin/) Written by Danil Osipchuk | |
| [SP-Forth](https://sourceforge.net/p/spf/spf/ci/master/tree/devel/~ac/lib/lin/curl/) Written by Andrey Cherezov | |
| [SPL](https://web.archive.org/web/20210203022158/www.clifford.at/spl/spldoc/curl.html) Written by Clifford Wolf | |
| [Tcl](https://web.archive.org/web/20160826011806/mirror.yellow5.com/tclcurl/) Tclcurl by Andrés García | |
| [Vibe](https://github.com/ttytm/vibe) HTTP requests through libcurl in V | |
| [Visual Basic](https://sourceforge.net/projects/libcurl-vb/) libcurl-vb by Jeffrey Phillips | |
| [Visual Foxpro](https://web.archive.org/web/20130730181523/www.ctl32.com.ar/libcurl.asp) by Carlos Alloatti | |
| [wxWidgets](https://wxcode.sourceforge.net/components/wxcurl/) Written by Casey O'Donnell | |
| [XBLite](https://web.archive.org/web/20060426150418/perso.wanadoo.fr/xblite/libraries.html) Written by David Szafranski | |
| [Xojo](https://github.com/charonn0/RB-libcURL) Written by Andrew Lambert | |
| [Zig](https://github.com/jiacai2050/zig-curl) Written by Jiacai Liu, both easy and multi API are supported. | |