[PR #340] [MERGED] plugin: add http_proxy #4180

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/340
Author: @fatedier
Created: 5/30/2017
Status: Merged
Merged: 5/30/2017
Merged by: @fatedier

Base: devHead: http_proxy


📝 Commits (1)

📊 Changes

8 files changed (+237 additions, -246 deletions)

View changed files

📝 .travis.yml (+0 -1)
📝 client/proxy.go (+0 -3)
📝 conf/frpc_full.ini (+9 -2)
models/plugin/http-proxy/config/config.json (+0 -3)
models/plugin/http-proxy/proxy/config.go (+0 -32)
models/plugin/http-proxy/proxy/proxy.go (+0 -203)
models/plugin/http_proxy.go (+226 -0)
📝 utils/net/conn.go (+2 -2)

📄 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/340 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 5/30/2017 **Status:** ✅ Merged **Merged:** 5/30/2017 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `http_proxy` --- ### 📝 Commits (1) - [`03d5520`](https://github.com/fatedier/frp/commit/03d55201b2d3f3e468db5442a78ae211b8fba78e) plugin: add http_proxy ### 📊 Changes **8 files changed** (+237 additions, -246 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+0 -1) 📝 `client/proxy.go` (+0 -3) 📝 `conf/frpc_full.ini` (+9 -2) ➖ `models/plugin/http-proxy/config/config.json` (+0 -3) ➖ `models/plugin/http-proxy/proxy/config.go` (+0 -32) ➖ `models/plugin/http-proxy/proxy/proxy.go` (+0 -203) ➕ `models/plugin/http_proxy.go` (+226 -0) 📝 `utils/net/conn.go` (+2 -2) </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:37: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#4180
No description provided.