diff options
author | Frank Gevaerts <frank@gevaerts.be> | 2016-05-11 14:23:37 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-05-30 22:58:51 +0200 |
commit | 071c56139463137a4e32a8d841a70c16f3682bb7 (patch) | |
tree | 8731f8c08ce57c019fa23eb4bf7bea72ded13314 /docs/curl.1 | |
parent | 4bffaad85f7ba9ba12272a06ce4e4a81a9a3178a (diff) |
http: add CURLINFO_HTTP_VERSION and %{http_version}
Adds access to the effectively used http version to both libcurl and
curl.
Closes #799
Diffstat (limited to 'docs/curl.1')
-rw-r--r-- | docs/curl.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index f2d48f171..ed047724e 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -1944,6 +1944,9 @@ same info. The numerical code that was found in the last response (from a proxy) to a curl CONNECT request. (Added in 7.12.4) .TP +.B http_version +The http version that was effectively used. (Added in 7.50.0) +.TP .B local_ip The IP address of the local end of the most recently done connection - can be either IPv4 or IPv6 (Added in 7.29.0) |