Net.HttpVersion3Only (gb.net.curl)

Const HttpVersion3Only As Integer = 31 ' &H1F

Setting this makes libcurl attempt to use HTTP/3 directly to server given in the URL and does not downgrade to earlier HTTP version if the server does not support HTTP/3. (Added in 7.88.0)