httpie / cli

🥧 HTTPie CLI — modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more.
https://httpie.io
BSD 3-Clause "New" or "Revised" License
33.41k stars 3.68k forks source link

enable quic protocol #523

Open sunisdown opened 7 years ago

sunisdown commented 7 years ago

Httpie will support QUIC protocol?

jmjpro commented 2 years ago

Also curious about support for quic/http3. Now supported by >70% of browsers: https://caniuse.com/http3.

jpbochi commented 2 years ago

http/3 and quic are picking up speed.

Could httpie add support for http/3 before curl does?

adriens commented 2 years ago

Could httpie add support for http/3 before curl does?

Hmm looks like a challenge :roll_eyes: :thought_balloon: ....

Ousret commented 1 year ago

It does not have to "support" any protocols, the underlying HTTP client has to. If interested, it is now supported as an experimental version https://github.com/httpie/httpie/issues/1512