repo/core/curl
Owen Rafferty c4464f27de
curl: 7.84.0
2022-06-27 10:36:58 -05:00
..
README repo: check-in readmes 2021-08-26 07:22:10 +03:00
build curl: remove or update deprecated options 2022-06-21 13:37:36 -05:00
checksums curl: 7.84.0 2022-06-27 10:36:58 -05:00
depends curl: depend on openssl 2021-07-08 00:14:32 +03:00
sources curl: use VERSION 2021-07-15 09:26:07 +03:00
version curl: 7.84.0 2022-06-27 10:36:58 -05:00

README

curl
________________________________________________________________________________

cURL (pronounced 'curl') is a computer software project providing a library
(libcurl) and command-line tool (curl) for transferring data using various
network protocols. The name stands for "Client URL", which was first released
in 1997. [0]

Upstream: https://curl.se/


[000] Index
________________________________________________________________________________

* Installation ........................................................... [001]
* Setup .................................................................. [002]
* Usage .................................................................. [003]
* References ............................................................. [004]


[001] Installation
________________________________________________________________________________

+------------------------------------------------------------------------------+
|                                                                              |
|  $ kiss b curl                                                               |
|                                                                              |
+------------------------------------------------------------------------------+


[002] Setup
________________________________________________________________________________

The package manager supports many download tools and will also use curl if it is
available. To explicitly tell the package manager to use it, set the KISS_GET
environment variable to 'curl'.


[003] Usage
________________________________________________________________________________

Refer to the manual pages and command help output.


[005] References
________________________________________________________________________________

[0] https://en.wikipedia.org/wiki/CURL