[PR #2048] [MERGED] Bug/body missing onimport #3612

Closed
opened 2026-03-17 01:12:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2048
Author: @anwarulislam
Created: 12/28/2021
Status: Merged
Merged: 12/29/2021
Merged by: @liyasthomas

Base: mainHead: bug/body-missing-onimport


📝 Commits (4)

  • 378b3e2 bug: cURL import with JSON body
  • 79bdbde bug: cURL import with JSON body
  • 1fe41af bug: postman colleciton import failed
  • 5c648cf refactor: catch data case in cURL

📊 Changes

3 files changed (+65 additions, -20 deletions)

View changed files

📝 packages/hoppscotch-app/components/collections/ImportExport.vue (+39 -19)
📝 packages/hoppscotch-app/components/http/ImportCurl.vue (+3 -1)
📝 packages/hoppscotch-app/helpers/curlparser.ts (+23 -0)

📄 Description

Found two bugs while importing cURL and Postman collection into Hoppscotch. when importing cURL the request doesn't appear with its payload. And while importing postman collection it's failed because of some condition. I've already fixed those two bugs.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/2048 **Author:** [@anwarulislam](https://github.com/anwarulislam) **Created:** 12/28/2021 **Status:** ✅ Merged **Merged:** 12/29/2021 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `main` ← **Head:** `bug/body-missing-onimport` --- ### 📝 Commits (4) - [`378b3e2`](https://github.com/hoppscotch/hoppscotch/commit/378b3e26fef746b6568336a7bd5129a6043207ad) bug: cURL import with JSON body - [`79bdbde`](https://github.com/hoppscotch/hoppscotch/commit/79bdbde1ee9b5db25c4815ad26411076a730da74) bug: cURL import with JSON body - [`1fe41af`](https://github.com/hoppscotch/hoppscotch/commit/1fe41af70dff72eb1ed874f7470f90fbbea27680) bug: postman colleciton import failed - [`5c648cf`](https://github.com/hoppscotch/hoppscotch/commit/5c648cf0649f3ad924344e10a7bd9d0058f515db) refactor: catch data case in cURL ### 📊 Changes **3 files changed** (+65 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-app/components/collections/ImportExport.vue` (+39 -19) 📝 `packages/hoppscotch-app/components/http/ImportCurl.vue` (+3 -1) 📝 `packages/hoppscotch-app/helpers/curlparser.ts` (+23 -0) </details> ### 📄 Description Found two bugs while importing cURL and Postman collection into Hoppscotch. when importing cURL the request doesn't appear with its payload. And while importing postman collection it's failed because of some condition. I've already fixed those two bugs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:12:45 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#3612
No description provided.