PDA

View Full Version : Library for caching http(s) request



LCID Fire
July 6th, 2008, 03:31 PM
Hi.
I'm currently writing an C application which request and sends data to sites via http(s). The thing is, to not spam the server I'd like to save the gotten results for 10 seconds or so.
I have now the choice whether I'm programming this on my own or - is there any library which does something like that for you?
:arrow: So I'm in need of a library which I can link to my app and which is capturing any received http(s) data and which can be a little bit modified (time the data is saved, save to ram/temp directory, etc.).