History log of /curl/docs/libcurl/opts/CURLINFO_POSTTRANSFER_TIME_T.md (Results 1 – 2 of 2)
Revision Date Author Comments
# 6429ce8e 23-Aug-2024 Dan Fandrich

docs: fix some examples in man pages

The man-examples job hasn't been running for a few months to verify
that these compile, so some mistakes slipped in.

Ref: #14654


# 13650419 15-Jul-2024 Alex Snast

getinfo: add CURLINFO_POSTTRANSFER_TIME_T

Returns the time, in microseconds, from the start until the last byte is
sent by libcurl (i.e. the request is sent off).

Closes #14189