[PR #4471] [MERGED] feat: hoppscotch-relay for request forwarding #4816

Closed
opened 2026-03-17 02:19:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/4471
Author: @CuriousCorrelation
Created: 10/24/2024
Status: Merged
Merged: 10/24/2024
Merged by: @AndrewBastin

Base: nextHead: sh-desktop/feat/hoppscotch-relay


📝 Commits (3)

  • 2c234ff feat: setup devenv for isolated env
  • 0cf3791 feat: hoppscotch-relay for request forwarding
  • 15d4ffa fix: specify webkitgtk abi version

📊 Changes

8 files changed (+789 additions, -623 deletions)

View changed files

packages/hoppscotch-selfhost-desktop/.envrc (+3 -0)
📝 packages/hoppscotch-selfhost-desktop/.gitignore (+9 -0)
packages/hoppscotch-selfhost-desktop/devenv.lock (+153 -0)
packages/hoppscotch-selfhost-desktop/devenv.nix (+92 -0)
packages/hoppscotch-selfhost-desktop/devenv.yaml (+23 -0)
📝 packages/hoppscotch-selfhost-desktop/src-tauri/Cargo.lock (+438 -322)
📝 packages/hoppscotch-selfhost-desktop/src-tauri/Cargo.toml (+1 -1)
📝 packages/hoppscotch-selfhost-desktop/src-tauri/src/interceptor.rs (+70 -300)

📄 Description

PR adds hoppscotch-relay for HTTP request-response relay to be used in interceptor.

Closes HFE-635


🔄 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/4471 **Author:** [@CuriousCorrelation](https://github.com/CuriousCorrelation) **Created:** 10/24/2024 **Status:** ✅ Merged **Merged:** 10/24/2024 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `next` ← **Head:** `sh-desktop/feat/hoppscotch-relay` --- ### 📝 Commits (3) - [`2c234ff`](https://github.com/hoppscotch/hoppscotch/commit/2c234ff5b83e5bcf6b7d6d878cb95e7dc1c5cffe) feat: setup `devenv` for isolated env - [`0cf3791`](https://github.com/hoppscotch/hoppscotch/commit/0cf379116742de24957fad976966e8cd35ece6f8) feat: `hoppscotch-relay` for request forwarding - [`15d4ffa`](https://github.com/hoppscotch/hoppscotch/commit/15d4ffa94ca643920c90102db19e60db22a50ee4) fix: specify `webkitgtk` abi version ### 📊 Changes **8 files changed** (+789 additions, -623 deletions) <details> <summary>View changed files</summary> ➕ `packages/hoppscotch-selfhost-desktop/.envrc` (+3 -0) 📝 `packages/hoppscotch-selfhost-desktop/.gitignore` (+9 -0) ➕ `packages/hoppscotch-selfhost-desktop/devenv.lock` (+153 -0) ➕ `packages/hoppscotch-selfhost-desktop/devenv.nix` (+92 -0) ➕ `packages/hoppscotch-selfhost-desktop/devenv.yaml` (+23 -0) 📝 `packages/hoppscotch-selfhost-desktop/src-tauri/Cargo.lock` (+438 -322) 📝 `packages/hoppscotch-selfhost-desktop/src-tauri/Cargo.toml` (+1 -1) 📝 `packages/hoppscotch-selfhost-desktop/src-tauri/src/interceptor.rs` (+70 -300) </details> ### 📄 Description PR adds `hoppscotch-relay` for HTTP request-response relay to be used in interceptor. Closes HFE-635 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:19:13 +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#4816
No description provided.