Mercurial > dive4elements > http-client
comparison CHANGES @ 53:7e733fde775a 2.9.5
Merged
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Tue, 13 Nov 2012 19:11:03 +0100 |
parents | 044b71ea33c0 |
children |
comparison
equal
deleted
inserted
replaced
52:6910391c3c3b | 53:7e733fde775a |
---|---|
1 2011-09-19 RELEASE 0.5 | |
2 | |
3 NEW: | |
4 | |
5 * Performance improvements in ArtifactProtocolUtils. | |
6 | |
7 * Improved the HttpClient interface and its default implementation: | |
8 enabled calling a service with a ResponseHandler. | |
9 | |
10 | |
11 2011-06-27 RELEASE 0.4 | |
12 | |
13 New: | |
14 | |
15 * Use thread local instances of the HTTP clients to re-use them. | |
16 | |
17 * Use the Apache HTTP client extension of Restlet to handle HTTP requests. | |
18 | |
19 | |
20 2011-05-13 RELEASE 0.3 | |
21 | |
22 New: | |
23 | |
24 * Bumped Restlet version to 2.0.7 | |
25 | |
26 * Improved stream handling. | |
27 | |
28 | |
29 2011-05-13 RELEASE 0.2 | |
30 | |
31 New: | |
32 | |
33 * Enabled the Http-Client to support locales in requests. A client's | |
34 constructor takes the string representation of a locale and sets the | |
35 request's preferred locale. | |
36 | |
37 * Added a method that triggers the ArtifactCollection's OUT operation and | |
38 returns the raw InputStream. | |
39 | |
40 | |
41 2011-03-30 RELEASE 0.1 |