forked from akara/faban
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
HttpTransport in Faban's driver module currently leverages an old implementation of Apache's httpclient library (3.1).
Since we have to use HttpTransport to route calls to the SUT endpoints, at some point we should update HttpTransport (and all related classes) to leverage the latest version of the httpclient library.
This will not only provide us a more efficient version of the library, but will also give us the possibility to abstract HttpTransport in our implementation, providing a more user friendly API.
Reactions are currently unavailable