-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make changing request method quicker #108
Comments
Over the years, I've found that people use all kinds of non-standard, exotic HTTP verbs that they want the app to support... that's why I ended up making the method editable. I'll investigate showing the entire list on dropdown or maybe mapping some keys. |
Thanks for a quick reply! Maybe add a setting for that then: method editable yes/no? But then please make it disabled by default or implement it along with #109. :) |
Hey, how's checking out making all 9 positions visible going? That seems to be a really quick fix for my issue. |
All methods are now visible in the dropdown in 1.4.1 |
When I do a few requests with different methods one after another I find the UI for switching the method annoying.
Particularly to change from DELETE to GET I have to do these three steps:
= 2 clicks, including 1 on a small element, and scrolling!
The following changes to the UI would make the first click easier and save the scrolling:
Additionally adding keyboard shortcuts to change the method would also be nice.
The text was updated successfully, but these errors were encountered: