mirror of
https://github.com/mmatczuk/go-http-tunnel.git
synced 2026-05-15 14:16:17 -06:00
[PR #55] [MERGED] HTTP forwarded headers #126
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/go-http-tunnel#126
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/mmatczuk/go-http-tunnel/pull/55
Author: @mmatczuk
Created: 11/23/2017
Status: ✅ Merged
Merged: 11/24/2017
Merged by: @mmatczuk
Base:
master← Head:mmt/http_forwarded_headers📝 Commits (10+)
47215d4proto: adjusted const order9626acfproto: removed redundant constant type info5912ddaproto: removed unused header path T-Pathbc0c6c4proto: switch from "T-" prefixed headers to "X-" headersba9194fproto: test constants rename0cad237proto: rename ControlMessage.Update to WriteToHeader03c3b65proto: rename ForwardedBy to ForwardedHostc116e47proto: Proto changed to ForwardedProtocef8620server: support for X-Forwarded-For in RoundTriperd20f372httpproxy: support for X-Forwarded-Host and X-Forwarded-Proto📊 Changes
10 files changed (+152 additions, -100 deletions)
View changed files
📝
.gitignore(+3 -2)📝
client.go(+3 -2)📝
httpproxy.go(+9 -4)📝
integration_test.go(+19 -7)📝
proto/controlmsg.go(+26 -33)📝
proto/controlmsg_test.go(+18 -28)📝
proxy.go(+2 -2)📝
server.go(+43 -16)📝
tcpproxy.go(+6 -6)📝
utils.go(+23 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.