mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #1485] [MERGED] Support multipart/form-data content-type #3349
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#3349
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?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/1485
Author: @liyasthomas
Created: 2/15/2021
Status: ✅ Merged
Merged: 2/19/2021
Merged by: @liyasthomas
Base:
main← Head:feat/formData📝 Commits (10+)
77d44ceInitial UI refactor - move raw and key-value body to components and tabs4b894f0Delete package-lock.json222859bdeps8026083Add multipart/form-data as a content type24de204fix: add default contentType valuec687357Allow http body param request body with multipart/form-data7e80b10Add form data to vuex2830c69move raw body components to 'Raw Request Body' tab395a6b2Add files addition logic3e51a5dSet Dockerfile to run nuxt in dev mode📊 Changes
9 files changed (+271 additions, -140 deletions)
View changed files
📝
Dockerfile(+1 -1)📝
components/http/http-body-parameters.vue(+68 -0)➕
components/http/http-raw-body.vue(+114 -0)➕
components/ui/deletable-chip.vue(+32 -0)📝
helpers/utils/contenttypes.js(+2 -1)📝
pages/index.vue(+30 -136)📝
plugins/vuex-persist.js(+3 -1)📝
store/mutations.js(+12 -0)📝
store/postwoman.js(+9 -1)📄 Description
Raw Bodyandkey-valuepair request body componentsmultipart/form-datacontent-typeDeploy preview: https://deploy-preview-1485--hoppscotch.netlify.app
Request
Response
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.