Merge pull request #4256 from spendflow/feature/explain-referer

Clarify additional URL Stanza parameters.
This commit is contained in:
Roland Walker 2014-05-08 08:38:28 -04:00
commit 45225f3b6a
1 changed files with 2 additions and 1 deletions

View File

@ -194,7 +194,8 @@ of key/value pairs appended to `url`:
| `:user_agent` | a string holding the user agent to set for the download request. Can also be set to the symbol `:fake`, which will use a generic Browser-like user agent string. we prefer `:fake` when the server does not require a specific user agent.
| `:data` | a hash of parameters to be set in the POST request
Example: [java.rb](../Casks/java.rb)
Example of using `:cookies`: [java.rb](../Casks/java.rb)
Example of using `:referer`: [freefilesync.rb](../Casks/freefilesync.rb)
### Subversion URLs