[
https://issues.apache.org/jira/browse/HTTPCLIENT-1480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Remis updated HTTPCLIENT-1480:
------------------------------
Description:
This issue relates to HTTPCORE-365 (which was the original issue about this
topic). What I actually want to achieve is to have a convenience method to
allow us to call the *viaProxy* method with a String as parameter:
{code:java}
Request.Get(uri).viaProxy("localhost:8080").execute();
{code}
was:
This issue relates to HTTPCORE-365 (which was the original issue about this
topic). What I actually want to achieve is to have convenience method to allow
us to call the *viaProxy* method with a String as parameter:
{code:java}
Request.Get(uri).viaProxy("localhost:8080").execute();
{code}
> Provide a convenience method to parse a proxy with format localhost:port
> ------------------------------------------------------------------------
>
> Key: HTTPCLIENT-1480
> URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1480
> Project: HttpComponents HttpClient
> Issue Type: New Feature
> Components: Fluent HC
> Affects Versions: 4.3.3
> Reporter: Remis
> Priority: Minor
> Fix For: 4.3.4
>
> Attachments: HTTPCLIENT-1480.patch
>
>
> This issue relates to HTTPCORE-365 (which was the original issue about this
> topic). What I actually want to achieve is to have a convenience method to
> allow us to call the *viaProxy* method with a String as parameter:
> {code:java}
> Request.Get(uri).viaProxy("localhost:8080").execute();
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]