[PR #1942] [MERGED] allow environment variables in request body. #3575

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1942
Author: @0xc0Der
Created: 11/6/2021
Status: Merged
Merged: 11/10/2021
Merged by: @AndrewBastin

Base: mainHead: body-env-vars


📝 Commits (9)

  • 2658173 feat: allow environment variables in request body
  • 2db172f Merge branch 'main' into body-env-vars
  • 76f6b1a chore(ui): minor ui improvements
  • d13533a chore(deps): bump
  • 9f08ceb fix: track env vars changes
  • d0eb414 Merge branch 'main' into body-env-vars
  • e240c19 feat: allow environment variables in request body
  • 367a4f1 refactor: better implementation
  • 1c858ec Merge branch 'main' into body-env-vars

📊 Changes

3 files changed (+15 additions, -4 deletions)

View changed files

📝 packages/hoppscotch-app/components/smart/EnvInput.vue (+2 -1)
📝 packages/hoppscotch-app/helpers/templating.ts (+11 -1)
📝 packages/hoppscotch-app/helpers/utils/EffectiveURL.ts (+2 -2)

📄 Description

solves issue #1834.


🔄 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/1942 **Author:** [@0xc0Der](https://github.com/0xc0Der) **Created:** 11/6/2021 **Status:** ✅ Merged **Merged:** 11/10/2021 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `main` ← **Head:** `body-env-vars` --- ### 📝 Commits (9) - [`2658173`](https://github.com/hoppscotch/hoppscotch/commit/2658173c910249caed98bfa35f9a52a1cee9ee78) feat: allow environment variables in request body - [`2db172f`](https://github.com/hoppscotch/hoppscotch/commit/2db172f8785bc9606e2e7526bbeec81e9b1a5b1c) Merge branch 'main' into body-env-vars - [`76f6b1a`](https://github.com/hoppscotch/hoppscotch/commit/76f6b1a5532e06f48c49735d399d499bdcf1d0f5) chore(ui): minor ui improvements - [`d13533a`](https://github.com/hoppscotch/hoppscotch/commit/d13533a6bf6accabe9ac637dafe2e2ae8b1b4f97) chore(deps): bump - [`9f08ceb`](https://github.com/hoppscotch/hoppscotch/commit/9f08cebaf2df64e6e2c9b14f3adc900d2d3367cb) fix: track env vars changes - [`d0eb414`](https://github.com/hoppscotch/hoppscotch/commit/d0eb414c9be8e90b1eaa24f4b8c045030517ad4f) Merge branch 'main' into body-env-vars - [`e240c19`](https://github.com/hoppscotch/hoppscotch/commit/e240c198db87a1bb61b93addec47ae0643435501) feat: allow environment variables in request body - [`367a4f1`](https://github.com/hoppscotch/hoppscotch/commit/367a4f1977e423003fe7b03a9f22b3881f0a3502) refactor: better implementation - [`1c858ec`](https://github.com/hoppscotch/hoppscotch/commit/1c858ec97f83926f2f7335d3c1f325dde51b8153) Merge branch 'main' into body-env-vars ### 📊 Changes **3 files changed** (+15 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-app/components/smart/EnvInput.vue` (+2 -1) 📝 `packages/hoppscotch-app/helpers/templating.ts` (+11 -1) 📝 `packages/hoppscotch-app/helpers/utils/EffectiveURL.ts` (+2 -2) </details> ### 📄 Description solves issue #1834. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:10:34 +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#3575
No description provided.