mirror of
https://github.com/curl/curl.git
synced 2026-08-24 15:23:36 +03:00
updates and fixes
This commit is contained in:
parent
90030a49c7
commit
5992252b3d
8 changed files with 138 additions and 34 deletions
10
FEATURES
10
FEATURES
|
|
@ -1,7 +1,16 @@
|
|||
_ _ ____ _
|
||||
___| | | | _ \| |
|
||||
/ __| | | | |_) | |
|
||||
| (__| |_| | _ <| |___
|
||||
\___|\___/|_| \_\_____|
|
||||
|
||||
FEATURES
|
||||
|
||||
Misc
|
||||
- full URL syntax
|
||||
- custom maximum download time
|
||||
- custom least download speed acceptable
|
||||
- custom output result after completion
|
||||
- multiple URLs
|
||||
- guesses protocol from host name unless specified
|
||||
- uses .netrc
|
||||
|
|
@ -21,6 +30,7 @@ HTTP
|
|||
- follow redirects
|
||||
- custom HTTP request
|
||||
- cookie get/send
|
||||
- understands the netscape cookie file
|
||||
- custom headers (that can replace internally generated headers)
|
||||
- custom user-agent string
|
||||
- custom referer string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue