repo/core/curl
Owen Rafferty 87e30df996
curl: 8.2.1
2023-07-26 19:30:00 -05:00
..
README repo: check-in readmes 2021-08-26 07:22:10 +03:00
build *: explicit DESTDIR 2023-03-05 17:34:06 -06:00
checksums curl: 8.2.1 2023-07-26 19:30:00 -05:00
depends curl: depend on openssl 2021-07-08 00:14:32 +03:00
sources curl: 8.2.1 2023-07-26 19:30:00 -05:00
version curl: 8.2.1 2023-07-26 19:30:00 -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