diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-12-11 15:35:57 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-12-11 15:35:57 +0000 |
commit | cddeb939ede4fac90a1a0833f11c13a401f5d240 (patch) | |
tree | 75786d25a940ba98849daf72eb652a3f029beaa2 /docs/FEATURES | |
parent | 45cf0cf3ec9a1607922d4009647dba0e12f3f51f (diff) | |
download | curl-cddeb939ede4fac90a1a0833f11c13a401f5d240.tar.gz |
updated the latest added features
Diffstat (limited to 'docs/FEATURES')
-rw-r--r-- | docs/FEATURES | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/FEATURES b/docs/FEATURES index 430a9ef51..a77542c24 100644 --- a/docs/FEATURES +++ b/docs/FEATURES @@ -15,9 +15,11 @@ Misc - guesses protocol from host name unless specified - uses .netrc - progress bar/time specs while downloading - - PROXY environment variables support + - "standard" proxy environment variables support - config file support - compiles on win32 + - redirectable stderr + - use selected network interface for outgoing traffic HTTP - GET @@ -28,8 +30,9 @@ HTTP - authentication - resume - follow redirects + - maximum amount of redirects to follow - custom HTTP request - - cookie get/send + - cookie get/send fully parsed - understands the netscape cookie file format - custom headers (that can replace/remove internally generated headers) - custom user-agent string @@ -38,11 +41,12 @@ HTTP - proxy authentication - time conditions - via http-proxy - - specify interface device/port + - retrieve file modification date HTTPS (*1) - (all the HTTP features) - using certificates + - verify server certificate - via http-proxy FTP @@ -63,6 +67,7 @@ FTP - simple "range" support - via http-proxy - all operations can be tunneled through a http-proxy + - customizable to retrieve file modification date TELNET - connection negotiation |