cURL / Mailing Lists / curl-library / Single Mail

curl-library

Problem with GET

From: James Woo <jaws_at_dis.ricoh.com>
Date: Wed, 18 Jul 2007 15:58:56 -0700

Hi there,

I'm new to libcurl. After using curl_easy_setopt (ctx,
CURLOPT_WRITEFUNCTION, write_callback) to
retrieve the web page. I would like to send a http "GET" message with
the info from the web page.
I tried curl_easy_setopt(ctx, CURLOPT_READFUNCTION, read_callback) to
send the http message.
But the read_callback function is never called. What did I do wrong here?
Received on 2007-07-19