Remis created HTTPCLIENT-1480:
---------------------------------

             Summary: 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


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}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to