curl-library
Re: Parsing the response from curl_easy_perform(curl)
From: Ralph Mitchell <ralphmitchell_at_gmail.com>
Date: Fri, 23 Feb 2007 11:01:01 -0600
Date: Fri, 23 Feb 2007 11:01:01 -0600
On 2/23/07, Rashid Akhter <linux.rashid_at_gmail.com> wrote:
> My problem is i want to parse the string returned by the
> curl_easy_perform(curl).
>
> Please help me finding the solution as the response is sent back to the
> console, how can i parse it.
Look for getinmemory.c in the examples folder in the source archive.
That shows you how to load the response into a memory buffer so that
you can process it further.
Ralph Mitchell
Received on 2007-02-23