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

https://github.com/pprishchepa/whoami


https://github.com/pprishchepa/whoami

Last synced: 5 months ago
JSON representation

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