1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

updated the latest added features

This commit is contained in:
Daniel Stenberg 2000-12-11 15:35:57 +00:00
parent 45cf0cf3ec
commit cddeb939ed

View File

@ -15,9 +15,11 @@ Misc
- guesses protocol from host name unless specified - guesses protocol from host name unless specified
- uses .netrc - uses .netrc
- progress bar/time specs while downloading - progress bar/time specs while downloading
- PROXY environment variables support - "standard" proxy environment variables support
- config file support - config file support
- compiles on win32 - compiles on win32
- redirectable stderr
- use selected network interface for outgoing traffic
HTTP HTTP
- GET - GET
@ -28,8 +30,9 @@ HTTP
- authentication - authentication
- resume - resume
- follow redirects - follow redirects
- maximum amount of redirects to follow
- custom HTTP request - custom HTTP request
- cookie get/send - cookie get/send fully parsed
- understands the netscape cookie file format - understands the netscape cookie file format
- custom headers (that can replace/remove internally generated headers) - custom headers (that can replace/remove internally generated headers)
- custom user-agent string - custom user-agent string
@ -38,11 +41,12 @@ HTTP
- proxy authentication - proxy authentication
- time conditions - time conditions
- via http-proxy - via http-proxy
- specify interface device/port - retrieve file modification date
HTTPS (*1) HTTPS (*1)
- (all the HTTP features) - (all the HTTP features)
- using certificates - using certificates
- verify server certificate
- via http-proxy - via http-proxy
FTP FTP
@ -63,6 +67,7 @@ FTP
- simple "range" support - simple "range" support
- via http-proxy - via http-proxy
- all operations can be tunneled through a http-proxy - all operations can be tunneled through a http-proxy
- customizable to retrieve file modification date
TELNET TELNET
- connection negotiation - connection negotiation