mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #1704] "multipart/form-data" in the list of content types #535
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#535
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 @sawa-ko on GitHub (Jun 6, 2021).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1704
Is your feature request related to a problem? Please describe.
No problem, but it would make it easier to choose the types of content in the requests.
Describe the solution you'd like
Show the content type "multipart/form-data" in the "Content types" list.
Describe alternatives you've considered
None.
Additional context

@liyasthomas commented on GitHub (Jun 6, 2021):
Hi @kaname-png,
multipart/form-datais already in the drop-down list. Since the list is sorted in alphabetical order -multipart/form-datagot hidden from the first fold.Please try typing in the first few characters of your desired
content-typein the input box and you'll get suggestions according to it. Here's a screenshot of how you can choosemultipart/form-datafrom the list (I typed in few first characters).I hope this solves your issue - feel free to comment on any other better user case you'd like to see here or having any trouble with the list.
@sawa-ko commented on GitHub (Jun 6, 2021):
Yes, that's why I was saying that it would be more accessible if that type of content always appeared in the list and not just by typing its name.
@liyasthomas commented on GitHub (Jun 6, 2021):
Oh I see - thank you for the suggestion. I'll fix it ASAP.
@liyasthomas commented on GitHub (Jun 6, 2021):
I've replaced the auto-complete input with a drop-down input. Now you just have to click and choose your desired
content-type. Hope it helps. Let me know if this solves your issues.@sawa-ko commented on GitHub (Jun 7, 2021):
Yes, this solves my suggestion.