diff options
author | Urban Müller | 2018-08-31 14:15:05 +0200 |
---|---|---|
committer | Urban Müller | 2018-08-31 14:15:05 +0200 |
commit | b734904d0a546415a999ebf31ad38bdf400d3c98 (patch) | |
tree | a9eb5f2d9c3f8a46a74c07be8b43a7588c711104 | |
parent | 2a0597c4290fcf776ad36ec029ad53ee176c8fe1 (diff) | |
download | itools-b734904d0a546415a999ebf31ad38bdf400d3c98.tar.gz itools-b734904d0a546415a999ebf31ad38bdf400d3c98.tar.bz2 itools-b734904d0a546415a999ebf31ad38bdf400d3c98.zip |
docs
-rw-r--r-- | it_url.class | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/it_url.class b/it_url.class index c7c3ed5..8ee76b9 100644 --- a/it_url.class +++ b/it_url.class @@ -35,7 +35,7 @@ class it_url var $cookies; /* key => values of cookies from server */ var $headers; /* Headers of page fetched by get() */ var $data; /* Data part, even if return code is not 200 */ - var $result; /* Return code of get() */ + var $result; /* HTTP response code of get() */ var $redir = 0; /* Redirect count */ var $header; /* http header */ var $errstr; /* request error string */ |