mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #2616] [CLOSED] feat: http stream filter #4601
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#4601
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fatedier/frp/pull/2616
Author: @blizard863
Created: 10/11/2021
Status: ❌ Closed
Base:
dev← Head:feat-http📝 Commits (1)
8428c2cfeat: http stream filter📊 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.