cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: easy_peform return Code ?

From: Linus Nielsen Feltzing <linus_at_haxx.se>
Date: Fri, 10 Sep 2004 11:00:38 +0200

Ram wrote:

> Can i get 404 Not found as the returned value of curl_easy_perform ( ) .

No, but you can call curl_easy_getinfo() to get the HTTP error code.

See here:

http://curl.haxx.se/libcurl/c/curl_easy_getinfo.html

Linus
Received on 2004-09-10