aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_version_info.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-08-12 10:04:50 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-08-12 13:37:08 +0200
commit1a2df1518ad8653f248e8e9de47f28448d2dc399 (patch)
tree4e0a2ede1693337571baaaaf014e4d70ee0ec6f8 /docs/libcurl/curl_version_info.3
parent551806255fb484eff52e36273dbd20c593e19542 (diff)
curl_version_info: offer quic (and h3) library info
Closes #4216
Diffstat (limited to 'docs/libcurl/curl_version_info.3')
-rw-r--r--docs/libcurl/curl_version_info.39
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/libcurl/curl_version_info.3 b/docs/libcurl/curl_version_info.3
index 07cdf0c47..0c4006740 100644
--- a/docs/libcurl/curl_version_info.3
+++ b/docs/libcurl/curl_version_info.3
@@ -78,6 +78,15 @@ typedef struct {
(MAJOR << 24) | (MINOR << 12) | PATCH */
const char *brotli_version; /* human readable string. */
+ /* when 'age is CURLVERSION_SIXTH or alter (7.66.0 or later), these fields
+ also exist */
+ unsigned int nghttp2_ver_num; /* Numeric nghttp2 version
+ (MAJOR << 16) | (MINOR << 8) | PATCH */
+ const char *nghttp2_version; /* human readable string. */
+
+ char *quic_version; /* human readable quic (+ HTTP/3) library +
+ version or NULL */
+
} curl_version_info_data;
.fi