https://github.com/pprishchepa/whoami
https://github.com/pprishchepa/whoami
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pprishchepa/whoami
- Owner: pprishchepa
- Created: 2023-02-03T17:48:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-05T11:37:58.000Z (almost 3 years ago)
- Last Synced: 2024-06-21T04:55:14.323Z (almost 2 years ago)
- Language: Go
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## whoami
Tiny Go webserver that prints HTTP requests to output.
The main purpose of the server is to use it as an end service in testing network performance.
## Usage
```shell
docker run -p8888:8081 pprishchepa/whoami
curl http://localhost:8888/foo
```