On Wed, 18 Nov 2009, venkatgiri wrote:
I'm using the libCURL library with the version 7.19.6 for the HTTP Client (GET method). I wanted know that the HTTP Cache to store the received response is supported in this version of the libCURL. If supported, which function is handling this?
libcurl has no cache support. You need to implement that yourself in your application if you need/want it.
-- / daniel.haxx.se ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
