jetty.project/jetty-client
Simone Bordet 605b0360e1 HTTP client: reviewed API.
The API were inconsistent: sometimes using the C format for getters and setters
(e.g. String host(), void host(String)), sometimes using the JavaBeans format.

Now the API stick with the JavaBean format apart the "fluent" API in Request,
that is in the fluent format (i.e. C setter format, but returning this instead of void).
2012-10-26 23:42:18 +02:00
..
src HTTP client: reviewed API. 2012-10-26 23:42:18 +02:00
pom.xml jetty-9 - HTTP client: Reduced test logging. 2012-09-10 23:08:06 +02:00