bruno icon indicating copy to clipboard operation
bruno copied to clipboard

HTTP version selector | Implement HTTP/2 & HTTP/3

Open oopen opened this issue 2 months ago • 0 comments

I have checked the following:

  • [x] I've searched existing issues and found nothing related to my issue.

This feature

  • [ ] blocks me from using Bruno
  • [x] would improve my quality of life in Bruno
  • [x] is something I've never seen an API client do before

Describe the feature you want to add, and how it would change your usage of Bruno

Add a HTTP version selector :

  • HTTP/1.1
  • HTTP/2
  • HTTP/3
  • ALPN (auto negotiation)

Code changes :

Replace requests made with Axios (only support HTTP/1.1)

UI

  • ADD a drop-down menu to permit user to select the version used, (left to the HTTP Verb selector : GET/POST/...)
  • Default using ALPN

Mockups or Images of the feature

No response

oopen avatar Nov 14 '25 12:11 oopen