~ubuntu-branches/ubuntu/gutsy/curl/gutsy

« back to all changes in this revision

Viewing changes to docs/libcurl/curl_easy_getinfo.3

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-05-16 15:16:54 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070516151654-jo48r81zempo1qav
Tags: 7.16.2-3ubuntu1
* Merge with Debian; remaining changes:
  - Drop the stunnel build dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
.\" *                            | (__| |_| |  _ <| |___
6
6
.\" *                             \___|\___/|_| \_\_____|
7
7
.\" *
8
 
.\" * Copyright (C) 1998 - 2006, Daniel Stenberg, <daniel@haxx.se>, et al.
 
8
.\" * Copyright (C) 1998 - 2007, Daniel Stenberg, <daniel@haxx.se>, et al.
9
9
.\" *
10
10
.\" * This software is licensed as described in the file COPYING, which
11
11
.\" * you should have received as part of this distribution. The terms
18
18
.\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19
19
.\" * KIND, either express or implied.
20
20
.\" *
21
 
.\" * $Id: curl_easy_getinfo.3,v 1.29 2006-06-08 11:06:26 bagder Exp $
 
21
.\" * $Id: curl_easy_getinfo.3,v 1.30 2007-03-31 20:19:02 bagder Exp $
22
22
.\" **************************************************************************
23
23
.\"
24
24
.TH curl_easy_getinfo 3 "21 Mar 2006" "libcurl 7.15.4" "libcurl Manual"
98
98
for each new transfer.
99
99
.IP CURLINFO_SPEED_DOWNLOAD
100
100
Pass a pointer to a double to receive the average download speed that curl
101
 
measured for the complete download.
 
101
measured for the complete download. Measured in bytes/second.
102
102
.IP CURLINFO_SPEED_UPLOAD
103
103
Pass a pointer to a double to receive the average upload speed that curl
104
 
measured for the complete upload.
 
104
measured for the complete upload. Measured in bytes/second.
105
105
.IP CURLINFO_HEADER_SIZE
106
106
Pass a pointer to a long to receive the total size of all the headers
107
 
received.
 
107
received. Measured in number of bytes.
108
108
.IP CURLINFO_REQUEST_SIZE
109
109
Pass a pointer to a long to receive the total size of the issued
110
110
requests. This is so far only for HTTP requests. Note that this may be more