Replies: 1 comment
-
does node-libcurl have (experimental) support for this? I ask because I'm not sure how current what they build is with respect to curl itself. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
The latest HTTP version Insomnia supports is HTTP/2 and it would be amazing to see HTTP3 support too, now that it's widely available via many CDNs, supported by Chrome by default, and being rolled out by Firefox at the time of the writing. Curl also has experimental support for HTTP3 if built from source.
Not sure about the feasibility at the moment and if it's too early to ask for HTTP3 in insomnia, but nevertheless logging this issue since I didn't find any issue related to this.
Describe the solution you'd like
Use HTTP3 for requests if the server supports it.
Describe alternatives you've considered
There are not many Rest/HTTP clients out there that supports HTTP3, but
curl
has experimental support if built from source specifically.Additional context
NodeJS support: nodejs/node#38478
Original work for NodeJS: https://github.com/nodejs/quic/blob/master/doc/api/quic.md
Beta Was this translation helpful? Give feedback.
All reactions