diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-09-21 08:53:59 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-09-21 08:53:59 +0000 |
commit | 481871768bd052236b4cc70eb5bfec647f6dcf90 (patch) | |
tree | 0f72d734fc1666307496e1c1a9a4704786cb5a47 /docs/FEATURES | |
parent | 43d75c5f3b8eeff1b07f789a8c710ee171abcfa2 (diff) |
updated
Diffstat (limited to 'docs/FEATURES')
-rw-r--r-- | docs/FEATURES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/FEATURES b/docs/FEATURES index 1d43d26d6..430a9ef51 100644 --- a/docs/FEATURES +++ b/docs/FEATURES @@ -30,7 +30,7 @@ HTTP - follow redirects - custom HTTP request - cookie get/send - - understands the netscape cookie file + - understands the netscape cookie file format - custom headers (that can replace/remove internally generated headers) - custom user-agent string - custom referer string @@ -38,6 +38,7 @@ HTTP - proxy authentication - time conditions - via http-proxy + - specify interface device/port HTTPS (*1) - (all the HTTP features) @@ -47,6 +48,7 @@ HTTPS (*1) FTP - download - authentication + - kerberos security - PORT or PASV - single file size information (compare to HTTP HEAD) - 'type=' URL support |