aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-08-20 15:44:03 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-08-20 15:44:03 +0000
commitbd78878cc3c0bb85316c38f947e3175e0d10ba82 (patch)
tree4926f7ca53055f4833220044ed2cb538dbafd496
parent5974309d10e2db1bddc49ed6cca2f372bfc739ce (diff)
CURLINFO_RESPONSE_CODE instead of CURLINFO_HTTP_CODE
-rw-r--r--docs/libcurl/curl_easy_getinfo.37
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/libcurl/curl_easy_getinfo.3 b/docs/libcurl/curl_easy_getinfo.3
index b1c7adc96..f3473bc3a 100644
--- a/docs/libcurl/curl_easy_getinfo.3
+++ b/docs/libcurl/curl_easy_getinfo.3
@@ -2,7 +2,7 @@
.\" nroff -man [file]
.\" $Id$
.\"
-.TH curl_easy_getinfo 3 "25 Apr 2002" "libcurl 7.9.7" "libcurl Manual"
+.TH curl_easy_getinfo 3 "20 Aug 2003" "libcurl 7.10.8" "libcurl Manual"
.SH NAME
curl_easy_getinfo - Extract information from a curl session (added in 7.4)
.SH SYNOPSIS
@@ -25,8 +25,9 @@ These are informations that can be extracted:
.B CURLINFO_EFFECTIVE_URL
Pass a pointer to a 'char *' to receive the last used effective URL.
.TP
-.B CURLINFO_HTTP_CODE
-Pass a pointer to a long to receive the last received HTTP code.
+.B CURLINFO_RESPONSE_CODE
+Pass a pointer to a long to receive the last received HTTP or FTP code. This
+option was known as CURLINFO_HTTP_CODE in libcurl 7.10.7 and earlier.
.TP
.B CURLINFO_FILETIME
Pass a pointer to a long to receive the remote time of the retrieved