[PR #1562] [MERGED] Sync bodyParams and rawBodyParams #3397

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1562
Author: @Reflex-Gravity
Created: 3/24/2021
Status: Merged
Merged: 4/10/2021
Merged by: @liyasthomas

Base: mainHead: feat/syncBodyParams


📝 Commits (6)

  • 27c9747 Sync bodyParams and rawBodyParams
  • c0cf81b Merge branch 'main' into feat/syncBodyParams
  • d54becd Update bodyParams only if its active
  • 6c4c7d3 Merge branch 'main' into feat/syncBodyParams
  • d384cae Update rawBodyParams while toggle and delete
  • f22b9f8 Merge branch 'main' into feat/syncBodyParams

📊 Changes

3 files changed (+64 additions, -16 deletions)

View changed files

📝 components/http/BodyParameters.vue (+44 -16)
📝 pages/index.vue (+16 -0)
📝 store/mutations.js (+4 -0)

📄 Description

This PR fixes #1435

I have added the option to sync across Request Body params and Request Body raw Input.

I believe that even though the code works, I may have not followed the code standard of this code base. Let me know if I have to do any changes.


🔄 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/1562 **Author:** [@Reflex-Gravity](https://github.com/Reflex-Gravity) **Created:** 3/24/2021 **Status:** ✅ Merged **Merged:** 4/10/2021 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `main` ← **Head:** `feat/syncBodyParams` --- ### 📝 Commits (6) - [`27c9747`](https://github.com/hoppscotch/hoppscotch/commit/27c97477aa2b5d5ccce3a216986bebccc1e4a59d) Sync bodyParams and rawBodyParams - [`c0cf81b`](https://github.com/hoppscotch/hoppscotch/commit/c0cf81b73e393ff69f09cbc971f7762d58ccb8f4) Merge branch 'main' into feat/syncBodyParams - [`d54becd`](https://github.com/hoppscotch/hoppscotch/commit/d54becd452ef68eaf98b1da666be8f6256acb2f4) Update bodyParams only if its active - [`6c4c7d3`](https://github.com/hoppscotch/hoppscotch/commit/6c4c7d313f4729f02e7bb63c8174837eee132d7f) Merge branch 'main' into feat/syncBodyParams - [`d384cae`](https://github.com/hoppscotch/hoppscotch/commit/d384cae69ccb68d07eed2d01fb09fe235b7a5606) Update rawBodyParams while toggle and delete - [`f22b9f8`](https://github.com/hoppscotch/hoppscotch/commit/f22b9f8cab0128e336115cffedf24e2d814b990b) Merge branch 'main' into feat/syncBodyParams ### 📊 Changes **3 files changed** (+64 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `components/http/BodyParameters.vue` (+44 -16) 📝 `pages/index.vue` (+16 -0) 📝 `store/mutations.js` (+4 -0) </details> ### 📄 Description This PR fixes #1435 I have added the option to sync across Request Body params and Request Body raw Input. I believe that even though the code works, I may have not followed the code standard of this code base. Let me know if I have to do any changes. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:00:58 +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#3397
No description provided.