mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #1791] Bulk edit for HTTP Headers #566
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#566
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 @joe223 on GitHub (Aug 29, 2021).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1791
Is your feature request related to a problem? Please describe.
We edit several headers usually when testing APIs, it's would be more convenient to support bulk edit if we copy the whole http request header from browser.
Describe the solution you'd like
Add a new mode for headers modification, we can call it 'bulk edit'. In this mode, we can paste string to input field, it'll be convert to HTTP header by line break
As an example:
will be separate by new line character into three headers
@liyasthomas commented on GitHub (Aug 29, 2021):
Bulk editing is a planned feature. Watch this space for updates. Thank you for the feature request.
@liyasthomas commented on GitHub (Aug 30, 2021):
Hi @joe223,
I've deployed an MVP of bulk edit feature for Headers and Parameters sections on beta.hoppscotch.io.
Step 1: Switch to "Bulk edit" mode
Step 2: Paste bulk content - entries are separated by newlines, key and value are separated by
:Step 3: Send the request or switch to "Key-value edit" mode.
Track the progress in https://github.com/hoppscotch/hoppscotch/tree/feat/bulk-edit branch. Let us know if this resolves your features request. Feedbacks and contributions are welcome.
@joe223 commented on GitHub (Aug 31, 2021):
That meets expectation! Amazing work! Really appreciate! @liyasthomas