Gary Gregory created HTTPCLIENT-1696:
----------------------------------------

             Summary: Add convenience methods to fluent API class Request
                 Key: HTTPCLIENT-1696
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1696
             Project: HttpComponents HttpClient
          Issue Type: Bug
          Components: Fluent HC
    Affects Versions: 4.5.1
            Reporter: Gary Gregory
            Assignee: Gary Gregory
             Fix For: 5.0


Add:

- org.apache.http.client.fluent.Request.create(String, String)
- org.apache.http.client.fluent.Request.create(String, URI)

These methods are convenient when driving HttpClient from metadata. This avoids 
extra code to pick which kind of request verb to use when it is already set and 
valid in the metadata.





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to