Net.HttpVersion20 (gb.net.curl)
Const HttpVersion20 As Integer = 3
Attempt HTTP 2 requests. libcurl falls back to HTTP 1.1 if HTTP 2 cannot be negotiated with the server. (Added in 7.33.0)
When libcurl uses HTTP/2 over HTTPS, it does not itself insist on TLS 1.2 or higher even though that is required by the specification.
A user can add this version requirement with CURLOPT_SSLVERSION.