Curl is a tool and libcurl is a library for transferring data with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, GOPHER, TFTP, SCP, SFTP, TELNET, DICT, LDAP, LDAPS, FILE, IMAP, SMTP, POP3, RTSP and RTMP. libcurl offers a myriad of powerful features
Перейти к файлу
Daniel Stenberg 3587da9e7c curl.h: add CURL_HTTP_VERSION_2
The protocol is named "HTTP/2" after all. It is an alias for the
existing CURL_HTTP_VERSION_2_0 enum.
2015-06-05 08:26:47 +02:00
CMake
docs curl.h: add CURL_HTTP_VERSION_2 2015-06-05 08:26:47 +02:00
include curl.h: add CURL_HTTP_VERSION_2 2015-06-05 08:26:47 +02:00
lib openssl: removed error string #ifdef 2015-06-05 00:12:56 +02:00
m4
packages
projects
scripts scripts: moved contributors.sh and contrithanks.sh into subdir 2015-05-27 16:10:08 +02:00
src checksrc: detect fopen() for text without the FOPEN_* macros 2015-06-02 08:28:10 +02:00
tests HTTP-NTLM: fail auth on connection close instead of looping 2015-05-31 23:21:15 +02:00
winbuild
.gitattributes
.gitignore
.travis.yml
CHANGES
CHANGES.0
CMakeLists.txt
CONTRIBUTING.md
COPYING
CTestConfig.cmake
GIT-INFO
MacOSX-Framework
Makefile.am
Makefile.dist
README
RELEASE-NOTES RELEASE-NOTES: synced with c005790ff1 2015-05-27 14:48:59 +02:00
acinclude.m4
buildconf
buildconf.bat
configure.ac
curl-config.in
libcurl.pc.in
maketgz log2changes.pl: moved to scripts/ 2015-05-24 00:09:23 +02:00

README

                                  _   _ ____  _
                              ___| | | |  _ \| |
                             / __| | | | |_) | |
                            | (__| |_| |  _ <| |___
                             \___|\___/|_| \_\_____|

README

  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. Read the libcurl.3 man page to
  learn how!

  You find answers to the most frequent questions we get in the FAQ document.

  Study the COPYING file for distribution terms and similar. If you distribute
  curl binaries or other binaries that involve libcurl, you might enjoy the
  LICENSE-MIXING document.

CONTACT

  If you have problems, questions, ideas or suggestions, please contact us
  by posting to a suitable mailing list. See http://curl.haxx.se/mail/

  All contributors to the project are listed in the THANKS document.

WEB SITE

  Visit the curl web site for the latest news and downloads:

        http://curl.haxx.se/

GIT

  To download the very latest source off the GIT server do this:

    git clone git://github.com/bagder/curl.git

  (you'll get a directory named curl created, filled with the source code)

NOTICE

  Curl contains pieces of source code that is Copyright (c) 1998, 1999
  Kungliga Tekniska Högskolan. This notice is included here to comply with the
  distribution terms.