[PR #2201] [MERGED] initial commit for https2https plugin #4523

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/2201
Author: @kvncrw
Created: 1/18/2021
Status: Merged
Merged: 1/27/2021
Merged by: @yuyulei

Base: devHead: add_https2https_plugin


📝 Commits (1)

  • 23783d8 initial commit for https2https plugin

📊 Changes

4 files changed (+152 additions, -2 deletions)

View changed files

📝 README.md (+3 -1)
📝 conf/frpc_full.ini (+10 -0)
pkg/plugin/client/https2https.go (+138 -0)
📝 pkg/util/util/http.go (+1 -1)

📄 Description

this creates a client side plugin which will allow for a https vhost to communicate with a https backend


🔄 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/2201 **Author:** [@kvncrw](https://github.com/kvncrw) **Created:** 1/18/2021 **Status:** ✅ Merged **Merged:** 1/27/2021 **Merged by:** [@yuyulei](https://github.com/yuyulei) **Base:** `dev` ← **Head:** `add_https2https_plugin` --- ### 📝 Commits (1) - [`23783d8`](https://github.com/fatedier/frp/commit/23783d8728c6036f72e16bb8f17c089ce4e11aff) initial commit for https2https plugin ### 📊 Changes **4 files changed** (+152 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+3 -1) 📝 `conf/frpc_full.ini` (+10 -0) ➕ `pkg/plugin/client/https2https.go` (+138 -0) 📝 `pkg/util/util/http.go` (+1 -1) </details> ### 📄 Description this creates a client side plugin which will allow for a https vhost to communicate with a https backend --- <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:43:41 -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#4523
No description provided.