mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 09:16:03 +03:00
[GH-ISSUE #4385] [feature]: Enable users to select and switch between HTTP/1.1, HTTP/2, and HTTP/3 for API requests. #1605
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#1605
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Gowtham2003 on GitHub (Sep 30, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4385
Is there an existing issue for this?
Summary
This feature would allow users to specify which HTTP version they want to use when sending API requests. By providing the option to switch between HTTP/1.1, HTTP/2, and HTTP/3, This would help to test applications on various http versions.
Why should this be worked on?
Many developers need to test their APIs across different HTTP versions to ensure compatibility.
Currently, without the ability to switch HTTP versions, users may struggle to assess how their APIs perform under various conditions.
This feature would enhance Hoppscotch's functionality, making it very useful for testing applciations.
@iRittikSharma commented on GitHub (Oct 1, 2024):
@Gowtham2003 I would like to work on this issue could you please assign it to me
@Gtyrande commented on GitHub (Jan 2, 2025):
Yes, this function is very important when user want to call API restricted to HTTP 2.0
It will show "Could not send request"
In postman, there is a setting tab to switch HTTP version, hope Hoppscotch can support version switch too