An open API service indexing awesome lists of open source software.

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

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]
```