Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.5.1
-
None
Description
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.