I've implemented a proxy application (using HttpClient 3.1) with some manipulation logic. Now I want to implement a cache for some requests/responses. I've had a look in the API (and the mailing list) but could not find out how to use HttpCore to create a Response-object, write it to the file system and recreate the response for a later (cached) request from the file system. What are the key classes to construct a Response without a socket from scratch respectivly from file and how can I write the response (as serialized on a socket stream) to a file parsing it again? Thanks in advance, Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to