Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Curl | 28,829 | 73 | 20 hours ago | 30 | May 11, 2022 | 96 | other | C | ||
A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features | ||||||||||
Everything Curl | 1,677 | 20 days ago | cc-by-4.0 | Perl | ||||||
The book documenting the curl project, the curl tool, libcurl and more. Simply put: everything curl. | ||||||||||
Restclient Cpp | 1,412 | 6 months ago | 28 | mit | C++ | |||||
C++ client for making HTTP/REST requests | ||||||||||
Curb | 1,269 | 3,666 | 575 | 3 months ago | 71 | April 29, 2022 | 24 | other | C | |
Ruby bindings for libcurl | ||||||||||
Curl Rust | 902 | 722 | 258 | a month ago | 95 | March 12, 2022 | 45 | mit | Rust | |
Rust bindings to libcurl | ||||||||||
Isahc | 614 | 20 | 111 | 14 days ago | 43 | May 13, 2022 | 34 | mit | Rust | |
The practical HTTP client that is fun to use. | ||||||||||
Node Libcurl | 562 | 131 | 136 | 3 months ago | 82 | January 29, 2022 | 32 | mit | TypeScript | |
libcurl bindings for Node.js | ||||||||||
Curlcpp | 542 | 5 months ago | 3 | July 15, 2018 | 2 | mit | C++ | |||
An object oriented C++ wrapper for CURL (libcurl) | ||||||||||
Curl For Win | 541 | a day ago | mit | Shell | ||||||
Reproducible curl binaries for Windows | ||||||||||
Curl Android Ios | 513 | 3 years ago | 13 | C | ||||||
Static libcurl to be used in Android and iOS apps. Build scripts included. No Android source required |
Curl is a command line tool for transferring data specified with URL syntax. Find out how to use curl by reading the curl.1 man page or the MANUAL document. Find out how to install Curl by reading the INSTALL document.
libcurl is the library curl is using to do its job. It is readily available to be used by your software.
This is repo is mostly being used by the Node.js native addon node-libcurl
This was originally a fork of the project peters/curl-for-windows
This repository is a collection of dependencies that curl need to build successfully.
Each submodule tries to track the latest known git release tag. When not using a git submodule
for the dependency, the direct source code was added to this repository, this is the case for
nghttp2
, openssl
, and cares
, for these, their .gyp files were retrieved from the Node.js
source code.
Both x86 and x64 builds are supported.
$ git clone https://github.com/JCMais/curl-for-windows.git
$ git submodule update --init --recursive
$ python configure.py --help
Usage: configure.py [options]
Options:
-h, --help show this help message and exit
--toolchain=TOOLCHAIN
msvs toolchain to build for. [default: auto]
--target-arch=TARGET_ARCH
CPU architecture to build for. [default: x86]
$ python configure.py
Open respective curl.sln found in out folder ;)
If you are new to curl you can checkout the example project found in curl.sln or you can view additional the examples in the official curl repository.
Add preprocessor flag
Add include directory
Add additional library search directory
Link with the following libraries
The following libraries are available here, but not being used (yet):
By now you should have sweet, statically linked, CURL! ;)
For example, if a lib/src file was removed/added on the new version, it must be removed/added on the curl.gyp file at the specific target
curl
directory and run:
$ git fetch origin
$ git checkout <curl-tag-version>
Same than libcurl
nghttp2 is based on Node.js version: https://github.com/nodejs/node/tree/v17.x/deps/nghttp2
At the time of writing this, the upgrade process was as easy as:
nghttp2/nghttp2.gyp
:
'msvs_settings': {
'VCCLCompilerTool': {
'CompileAs': '1'
},
},
OpenSSL is based on Node.js version: https://github.com/nodejs/node/tree/v17.x/deps/openssl
At the time of writing this, the upgrade process was as easy as:
<(PRODUCT_DIR_ABS)/
with <(PRODUCT_DIR)/
.c-ares is based on Node.js version: https://github.com/nodejs/node/tree/v17.x/deps/cares
At the time of writing this, the upgrade process was as easy as:
brotli is based on Node.js version: https://github.com/nodejs/node/tree/v17.x/deps/brotli
At the time of writing this, the upgrade process was as easy as:
nghttp3 is based on Node.js version: https://github.com/nodejs/node/tree/v17.x/deps/nghttp3
At the time of writing this, the upgrade process was as easy as:
ngtcp2 is based on Node.js version: https://github.com/nodejs/node/tree/v17.x/deps/ngtcp2
At the time of writing this, the upgrade process was as easy as: