Skip to content

Commit

Permalink
Make httpcomponents link more precise -- include version.
Browse files Browse the repository at this point in the history
  • Loading branch information
rnewman committed Jun 23, 2010
1 parent 8c15fe4 commit 87a8ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -169,7 +169,7 @@ options on the HTTP client.
The keys are long-winded Java constants, but the capability is very useful
(e.g., for proxying). See

<http://hc.apache.org/httpcomponents-client/httpclient/apidocs/org/apache/http/client/params/AllClientPNames.html>
<http://hc.apache.org/httpcomponents-client-4.0.1/httpclient/apidocs/org/apache/http/client/params/AllClientPNames.html>

To avoid verbosity, a function `map->params` is provided. This will rename the keys in your input to the appropriate constants.

Expand Down

0 comments on commit 87a8ed5

Please sign in to comment.