cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: Request To Memory Buffer

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 8 Jun 2007 10:16:44 +0200 (CEST)

On Fri, 8 Jun 2007, Uygar Gümüs wrote:

> I saved data for http:///xxx.y to buffer as shown in example and than at
> second attempt to request http:///xxx.y do not make a curl request to server
> but read data from that buffer with curl callbacks (write callback actually)

You typically do that by providing the caching and wrapper functionality
outside of libcurl, and only if you really need to fetch the remote data you
use libcurl.

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2007-06-08