[PR #323] [CLOSED] add http proxy #4176

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/323
Author: @blizard863
Created: 5/19/2017
Status: Closed

Base: devHead: refactoring


📝 Commits (1)

📊 Changes

9 files changed (+329 additions, -0 deletions)

View changed files

models/plugin/http-proxy/install.sh (+8 -0)
models/plugin/http-proxy/src/config/config.json (+5 -0)
models/plugin/http-proxy/src/main/http-proxy (+0 -0)
models/plugin/http-proxy/src/main/main.go (+14 -0)
models/plugin/http-proxy/src/proxy/auth.go (+98 -0)
models/plugin/http-proxy/src/proxy/config.go (+32 -0)
models/plugin/http-proxy/src/proxy/init.go (+24 -0)
models/plugin/http-proxy/src/proxy/proxy.go (+118 -0)
models/plugin/http-proxy/src/util/header_util.go (+30 -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/323 **Author:** [@blizard863](https://github.com/blizard863) **Created:** 5/19/2017 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `refactoring` --- ### 📝 Commits (1) - [`9103a78`](https://github.com/fatedier/frp/commit/9103a78774a51df67090e43b0c037d3ac83daec1) add http proxy ### 📊 Changes **9 files changed** (+329 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `models/plugin/http-proxy/install.sh` (+8 -0) ➕ `models/plugin/http-proxy/src/config/config.json` (+5 -0) ➕ `models/plugin/http-proxy/src/main/http-proxy` (+0 -0) ➕ `models/plugin/http-proxy/src/main/main.go` (+14 -0) ➕ `models/plugin/http-proxy/src/proxy/auth.go` (+98 -0) ➕ `models/plugin/http-proxy/src/proxy/config.go` (+32 -0) ➕ `models/plugin/http-proxy/src/proxy/init.go` (+24 -0) ➕ `models/plugin/http-proxy/src/proxy/proxy.go` (+118 -0) ➕ `models/plugin/http-proxy/src/util/header_util.go` (+30 -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:37:06 -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#4176
No description provided.