xref: /aosp_15_r20/external/curl/README (revision 6236dae45794135f37c4eb022389c904c8b0090d)
1*6236dae4SAndroid Build Coastguard Worker                                  _   _ ____  _
2*6236dae4SAndroid Build Coastguard Worker                              ___| | | |  _ \| |
3*6236dae4SAndroid Build Coastguard Worker                             / __| | | | |_) | |
4*6236dae4SAndroid Build Coastguard Worker                            | (__| |_| |  _ <| |___
5*6236dae4SAndroid Build Coastguard Worker                             \___|\___/|_| \_\_____|
6*6236dae4SAndroid Build Coastguard Worker
7*6236dae4SAndroid Build Coastguard WorkerREADME
8*6236dae4SAndroid Build Coastguard Worker
9*6236dae4SAndroid Build Coastguard Worker  Curl is a command line tool for transferring data specified with URL
10*6236dae4SAndroid Build Coastguard Worker  syntax. Find out how to use curl by reading the curl.1 man page or the
11*6236dae4SAndroid Build Coastguard Worker  MANUAL document. Find out how to install Curl by reading the INSTALL
12*6236dae4SAndroid Build Coastguard Worker  document.
13*6236dae4SAndroid Build Coastguard Worker
14*6236dae4SAndroid Build Coastguard Worker  libcurl is the library curl is using to do its job. It is readily
15*6236dae4SAndroid Build Coastguard Worker  available to be used by your software. Read the libcurl.3 man page to
16*6236dae4SAndroid Build Coastguard Worker  learn how.
17*6236dae4SAndroid Build Coastguard Worker
18*6236dae4SAndroid Build Coastguard Worker  You find answers to the most frequent questions we get in the FAQ document.
19*6236dae4SAndroid Build Coastguard Worker
20*6236dae4SAndroid Build Coastguard Worker  Study the COPYING file for distribution terms.
21*6236dae4SAndroid Build Coastguard Worker
22*6236dae4SAndroid Build Coastguard Worker  Those documents and more can be found in the docs/ directory.
23*6236dae4SAndroid Build Coastguard Worker
24*6236dae4SAndroid Build Coastguard WorkerCONTACT
25*6236dae4SAndroid Build Coastguard Worker
26*6236dae4SAndroid Build Coastguard Worker  If you have problems, questions, ideas or suggestions, please contact us
27*6236dae4SAndroid Build Coastguard Worker  by posting to a suitable mailing list. See https://curl.se/mail/
28*6236dae4SAndroid Build Coastguard Worker
29*6236dae4SAndroid Build Coastguard Worker  All contributors to the project are listed in the THANKS document.
30*6236dae4SAndroid Build Coastguard Worker
31*6236dae4SAndroid Build Coastguard WorkerWEBSITE
32*6236dae4SAndroid Build Coastguard Worker
33*6236dae4SAndroid Build Coastguard Worker  Visit the curl website for the latest news and downloads:
34*6236dae4SAndroid Build Coastguard Worker
35*6236dae4SAndroid Build Coastguard Worker        https://curl.se/
36*6236dae4SAndroid Build Coastguard Worker
37*6236dae4SAndroid Build Coastguard WorkerGIT
38*6236dae4SAndroid Build Coastguard Worker
39*6236dae4SAndroid Build Coastguard Worker  To download the latest source code off the GIT server, do this:
40*6236dae4SAndroid Build Coastguard Worker
41*6236dae4SAndroid Build Coastguard Worker    git clone https://github.com/curl/curl.git
42*6236dae4SAndroid Build Coastguard Worker
43*6236dae4SAndroid Build Coastguard Worker  (you will get a directory named curl created, filled with the source code)
44*6236dae4SAndroid Build Coastguard Worker
45*6236dae4SAndroid Build Coastguard WorkerSECURITY PROBLEMS
46*6236dae4SAndroid Build Coastguard Worker
47*6236dae4SAndroid Build Coastguard Worker  Report suspected security problems via our HackerOne page and not in public.
48*6236dae4SAndroid Build Coastguard Worker
49*6236dae4SAndroid Build Coastguard Worker    https://hackerone.com/curl
50*6236dae4SAndroid Build Coastguard Worker
51*6236dae4SAndroid Build Coastguard WorkerNOTICE
52*6236dae4SAndroid Build Coastguard Worker
53*6236dae4SAndroid Build Coastguard Worker  Curl contains pieces of source code that is Copyright (c) 1998, 1999
54*6236dae4SAndroid Build Coastguard Worker  Kungliga Tekniska Högskolan. This notice is included here to comply with the
55*6236dae4SAndroid Build Coastguard Worker  distribution terms.
56