Apache HttpClient does not have caching as far as I can see so my question is do you know about a Http library that can cache to disk? It would be fun to implement it myself but before i do it, it is better to check if it already exists :-)
Requirements: Support for Http 1.1 Can cache to disk (ex: a folder) Support for a maximum cache size on disk Support for eTag