Hi all,
To get the full support of the commons-httpclient.jar and support
HTTP transport selection, we need the following capabilities for Message
Context.
- To select the version of HTTP protocol,
Message Context should support with a property to get the version of HTTP.
- To get the flexibility, if Call.setTransportInfo(String,
String, Boolean) is given with overload signature of Call.setTranportInfo(String,
String, String httpVersion, Boolean);
We hope to write this code in a new class as
CommonsHTTPTransportSender.
Please help us on this.
Thanks
|