mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #323] [CLOSED] add http proxy #4176
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#4176
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/323
Author: @blizard863
Created: 5/19/2017
Status: ❌ Closed
Base:
dev← Head:refactoring📝 Commits (1)
9103a78add http proxy📊 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.