https://github.com/bukowa/http-headers
(playground repo for testing and learning) very simple http server for debugging - print your http headers - written golang, built in docker packaged into helm chart
https://github.com/bukowa/http-headers
chart docker go golang headers helm helmchart http kubernetes
Last synced: about 1 month ago
JSON representation
(playground repo for testing and learning) very simple http server for debugging - print your http headers - written golang, built in docker packaged into helm chart
- Host: GitHub
- URL: https://github.com/bukowa/http-headers
- Owner: bukowa
- License: mit
- Created: 2020-07-30T10:14:24.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-06T22:12:56.000Z (11 months ago)
- Last Synced: 2025-05-06T23:22:54.571Z (11 months ago)
- Topics: chart, docker, go, golang, headers, helm, helmchart, http, kubernetes
- Language: Shell
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.LATEST.md
- License: LICENSE.md
Awesome Lists containing this project
README
```bash
helm repo add bukowa https://bukowa.github.io/charts
helm install headers bukowa/http-headers
```
```bash
Instance name: example
Accept: [text/html,application/xhtml+xml,]
Accept-Encoding: [gzip, deflate]
Accept-Language: [en-US,en;q=0.5]
Host: [local.proxy]
Upgrade-Insecure-Requests: [1]
User-Agent: [Mozilla/5.0 ]
X-Forwarded-For: [10.42.0.0]
X-Forwarded-Host: [http.mydev]
X-Forwarded-Port: [80]
X-Forwarded-Proto: [http]
X-Forwarded-Scheme: [http]
X-Real-Ip: [10.42.0.0]
X-Request-Id: [fadecae356e5fadf40b9b5b4419402ee]
X-Scheme: [http]
```