[PR #2616] [CLOSED] feat: http stream filter #4601

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/2616
Author: @blizard863
Created: 10/11/2021
Status: Closed

Base: devHead: feat-http


📝 Commits (1)

📊 Changes

17 files changed (+543 additions, -64 deletions)

View changed files

📝 client/admin.go (+7 -0)
client/http_filter_api.go (+87 -0)
📝 client/proxy/proxy.go (+77 -7)
📝 go.mod (+1 -0)
📝 go.sum (+2 -0)
📝 pkg/config/proxy.go (+3 -0)
📝 pkg/plugin/client/http2https.go (+10 -3)
📝 pkg/plugin/client/http_proxy.go (+16 -3)
📝 pkg/plugin/client/https2http.go (+13 -2)
📝 pkg/plugin/client/https2https.go (+10 -3)
📝 pkg/plugin/client/plugin.go (+0 -44)
📝 pkg/plugin/client/static_file.go (+3 -2)
pkg/plugin/filter/http_proxy_filter.go (+83 -0)
pkg/plugin/interceptor/cache_interceprot.go (+106 -0)
pkg/plugin/interceptor/transport.go (+49 -0)
pkg/util/cache/cache.go (+26 -0)
pkg/util/listener/listener.go (+50 -0)

📄 Description

No description provided


🔄 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/2616 **Author:** [@blizard863](https://github.com/blizard863) **Created:** 10/11/2021 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `feat-http` --- ### 📝 Commits (1) - [`8428c2c`](https://github.com/fatedier/frp/commit/8428c2c01ff59f6389be3969338306c641ffa6a1) feat: http stream filter ### 📊 Changes **17 files changed** (+543 additions, -64 deletions) <details> <summary>View changed files</summary> 📝 `client/admin.go` (+7 -0) ➕ `client/http_filter_api.go` (+87 -0) 📝 `client/proxy/proxy.go` (+77 -7) 📝 `go.mod` (+1 -0) 📝 `go.sum` (+2 -0) 📝 `pkg/config/proxy.go` (+3 -0) 📝 `pkg/plugin/client/http2https.go` (+10 -3) 📝 `pkg/plugin/client/http_proxy.go` (+16 -3) 📝 `pkg/plugin/client/https2http.go` (+13 -2) 📝 `pkg/plugin/client/https2https.go` (+10 -3) 📝 `pkg/plugin/client/plugin.go` (+0 -44) 📝 `pkg/plugin/client/static_file.go` (+3 -2) ➕ `pkg/plugin/filter/http_proxy_filter.go` (+83 -0) ➕ `pkg/plugin/interceptor/cache_interceprot.go` (+106 -0) ➕ `pkg/plugin/interceptor/transport.go` (+49 -0) ➕ `pkg/util/cache/cache.go` (+26 -0) ➕ `pkg/util/listener/listener.go` (+50 -0) </details> ### 📄 Description _No description provided_ --- <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:45:11 -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#4601
No description provided.