-
Notifications
You must be signed in to change notification settings - Fork 73
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
Multi selection for intercepted request #76
Multi selection for intercepted request #76
Comments
Another mention of this on Reddit: https://www.reddit.com/r/androiddev/comments/igbe2p/inspecting_android_http_with_a_fake_vpn/g34c1ay/?utm_source=reddit&utm_medium=web2x&context=3. Notably:
|
Just received another email related to this from a user, who'd like to be able to mock requests as a batch too, should be fairly easy to include with this. |
Some discussion on this, also looking to mock requests as a batch: https://github.com/httptoolkit/httptoolkit/discussions/159 |
One point in httptoolkit/httptoolkit-ui#81 is related to this, pointing out that it would be useful to select all requests currently matching a filter. We can support Ctrl/Cmd+A plus a 'Select all' button (in the right pane? In the left footer?) for that. |
We should try to include good tools for batch selection here like shift-home (select from current row to the first row) to make it easier to do things like "delete every request before this one", to solve issues like #508. |
I think it would be nice if we could select a bunch of requests at the same time (with shift or ctrl just like in other software, too).
The request preview on the right could then show a maybe colored hint on the top saying e.g. "23 Requests selected - only last selected one shown below"
Benefits:
Does this affect you too? Click below and add a 👍 to vote for this and help decide where HTTP Toolkit goes next, or go vote on the other most popular ideas so far.
The text was updated successfully, but these errors were encountered: