[PR #4192] [MERGED] support responseHeaders.set for proxy type http #4942

Closed
opened 2026-05-05 14:51:41 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/4192
Author: @fatedier
Created: 4/29/2024
Status: Merged
Merged: 4/29/2024
Merged by: @fatedier

Base: devHead: new


📝 Commits (1)

  • 65f7419 support responseHeaders.set for proxy type http

📊 Changes

9 files changed (+65 additions, -16 deletions)

View changed files

📝 README.md (+3 -2)
📝 Release.md (+1 -0)
📝 conf/frpc_full_example.toml (+1 -0)
📝 pkg/config/v1/proxy.go (+3 -0)
📝 pkg/msg/msg.go (+1 -0)
📝 pkg/util/vhost/http.go (+17 -11)
📝 pkg/util/vhost/vhost.go (+3 -1)
📝 server/proxy/http.go (+1 -0)
📝 test/e2e/v1/basic/http.go (+35 -2)

📄 Description

Fix #3480


🔄 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/fatedier/frp/pull/4192 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 4/29/2024 **Status:** ✅ Merged **Merged:** 4/29/2024 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `new` --- ### 📝 Commits (1) - [`65f7419`](https://github.com/fatedier/frp/commit/65f74199de2dfe5efb799d44e9e6d2257a72b554) support responseHeaders.set for proxy type http ### 📊 Changes **9 files changed** (+65 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+3 -2) 📝 `Release.md` (+1 -0) 📝 `conf/frpc_full_example.toml` (+1 -0) 📝 `pkg/config/v1/proxy.go` (+3 -0) 📝 `pkg/msg/msg.go` (+1 -0) 📝 `pkg/util/vhost/http.go` (+17 -11) 📝 `pkg/util/vhost/vhost.go` (+3 -1) 📝 `server/proxy/http.go` (+1 -0) 📝 `test/e2e/v1/basic/http.go` (+35 -2) </details> ### 📄 Description Fix #3480 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:51:41 -06: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: github-starred/frp#4942
No description provided.