mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
end the .nf section, mark the option names properly so that they end up
as links in the html version
This commit is contained in:
parent
e5b2f33b4f
commit
89df76e449
@ -153,28 +153,28 @@ curk_easy_perform()
|
|||||||
|--|--|--|--ST
|
|--|--|--|--ST
|
||||||
|--|--|--TT
|
|--|--|--TT
|
||||||
|--|--|--|--|--RT
|
|--|--|--|--|--RT
|
||||||
|
.FI
|
||||||
.IP NT
|
.IP NT
|
||||||
CURLINFO_NAMELOOKUP_TIME. The time it took from the start until the name
|
\fICURLINFO_NAMELOOKUP_TIME\fP. The time it took from the start until the name
|
||||||
resolving was completed.
|
resolving was completed.
|
||||||
.IP CT
|
.IP CT
|
||||||
CURLINFO_CONNECT_TIME. The time it took from the start until the connect to
|
\fICURLINFO_CONNECT_TIME\fP. The time it took from the start until the connect
|
||||||
the remote host (or proxy) was completed.
|
to the remote host (or proxy) was completed.
|
||||||
.IP PT
|
.IP PT
|
||||||
CURLINFO_PRETRANSFER_TIME. The time it took from the start until the file
|
\fICURLINFO_PRETRANSFER_TIME\fP. The time it took from the start until the
|
||||||
transfer is just about to begin. This includes all pre-transfer commands and
|
file transfer is just about to begin. This includes all pre-transfer commands
|
||||||
negotiations that are specific to the particular protocol(s) involved.
|
and negotiations that are specific to the particular protocol(s) involved.
|
||||||
.IP ST
|
.IP ST
|
||||||
CURLINFO_STARTTRANSFER_TIME. The time it took from the start until the first
|
\fICURLINFO_STARTTRANSFER_TIME\fP. The time it took from the start until the
|
||||||
byte is just about to be transferred.
|
first byte is just about to be transferred.
|
||||||
.IP TT
|
.IP TT
|
||||||
CURLINFO_TOTAL_TIME. Time of the previous transfer. This time does not include
|
\fICURLINFO_TOTAL_TIME\fP. Time of the previous transfer. This time does not
|
||||||
the connect time (CT), so if you want the complete operation time, you should
|
include the connect time (CT), so if you want the complete operation time, you
|
||||||
add that.
|
should add that.
|
||||||
.IP RT
|
.IP RT
|
||||||
CURLINFO_REDIRECT_TIME. The time it took for all redirection steps include
|
\fICURLINFO_REDIRECT_TIME\fP. The time it took for all redirection steps
|
||||||
name lookup, connect, pretransfer and transfer before final transaction was
|
include name lookup, connect, pretransfer and transfer before final
|
||||||
started. So, this is zero if no redirection took place.
|
transaction was started. So, this is zero if no redirection took place.
|
||||||
.SH RETURN VALUE
|
.SH RETURN VALUE
|
||||||
If the operation was successful, CURLE_OK is returned. Otherwise an
|
If the operation was successful, CURLE_OK is returned. Otherwise an
|
||||||
appropriate error code will be returned.
|
appropriate error code will be returned.
|
||||||
|
Loading…
Reference in New Issue
Block a user