Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alantang888/simple_http_request_display
https://github.com/alantang888/simple_http_request_display
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/alantang888/simple_http_request_display
- Owner: alantang888
- License: apache-2.0
- Created: 2018-06-05T03:37:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-05T13:40:44.000Z (over 2 years ago)
- Last Synced: 2024-06-21T00:03:29.281Z (6 months ago)
- Language: Go
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple_http_request_display
[![Docker Build](https://img.shields.io/docker/build/alantang888/simple_http_request_display.svg)][docker-hub]
[![Docker Pulls](https://img.shields.io/docker/pulls/alantang888/simple_http_request_display.svg?maxAge=604800)][docker-hub]This is a very simple http echo program to listen a TCP port 8080 and return requester IP:Port, request path, headers and cookies. Also log those information in log.
But not work behide proxy, it will return proxy address.There has a docker image [`alantang888/simple_http_request_display`][docker-hub]
### Install by Helm
You can install this by `helm install -f helm_chart/sample_vaule.yaml -n http-echo-test helm_chart/simple_http_request_display`.Please remember change the ingress hosts value.
[docker-hub]: https://hub.docker.com/r/alantang888/simple_http_request_display/