curl/docs
Daniel Stenberg 006ff62d8c
http: added options for allowing HTTP/0.9 responses
Added CURLOPT_HTTP09_ALLOWED and --http0.9 for this purpose.

For now, both the tool and library allow HTTP/0.9 by default.
docs/DEPRECATE.md lays out the plan for when to reverse that default: 6
months after the 7.64.0 release. The options are added already now so
that applications/scripts can start using them already now.

Fixes #2873
Closes #3383
2018-12-21 10:49:30 +01:00
..
cmdline-opts http: added options for allowing HTTP/0.9 responses 2018-12-21 10:49:30 +01:00
examples snprintf: renamed and we now only use msnprintf() 2018-11-23 08:26:51 +01:00
libcurl http: added options for allowing HTTP/0.9 responses 2018-12-21 10:49:30 +01:00
.gitignore
BINDINGS.md
BUGS
CHECKSRC.md checksrc: add COPYRIGHTYEAR check 2018-12-03 23:13:40 +01:00
CIPHERS.md
CMakeLists.txt
CODE_OF_CONDUCT.md
CODE_STYLE.md
CONTRIBUTE.md
curl-config.1
DEPRECATE.md http: added options for allowing HTTP/0.9 responses 2018-12-21 10:49:30 +01:00
FAQ
FEATURES
GOVERNANCE.md
HELP-US.md
HISTORY.md HISTORY: add some milestones 2018-11-09 17:46:05 +01:00
HTTP2.md
HTTP-COOKIES.md cookies: leave secure cookies alone 2018-12-13 09:57:58 +01:00
INSTALL
INSTALL.cmake
INSTALL.md
INTERNALS.md
KNOWN_BUGS host names: allow trailing dot in name resolve, then strip it 2018-11-22 13:40:51 +01:00
LICENSE-MIXING.md
MAIL-ETIQUETTE
Makefile.am
MANUAL
mk-ca-bundle.1
README.cmake
README.md
README.netware
README.win32
RELEASE-PROCEDURE.md
RESOURCES
ROADMAP.md
SECURITY-PROCESS.md SECURITY-PROCESS: bountygraph shuts down 2018-11-30 22:50:36 +01:00
SSL-PROBLEMS.md
SSLCERTS.md
THANKS THANKS: from the curl 7.62.0 cycle 2018-12-12 08:12:27 +01:00
THANKS-filter
TheArtOfHttpScripting
TODO TODO: Windows: set attribute 'archive' for completed downloads 2018-12-14 11:18:57 +01:00
VERSIONS

curl logo

Documentation

You'll find a mix of various documentation in this directory and subdirectories, using several different formats. Some of them are not ideal for reading directly in your browser.

If you'd rather see the rendered version of the documentation, check out the curl web site's documentation section for general curl stuff or the libcurl section for libcurl related documentation.