Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mhutter/http-request-inspector

Tiny "echo" HTTP server
https://github.com/mhutter/http-request-inspector

Last synced: about 1 month ago
JSON representation

Tiny "echo" HTTP server

Awesome Lists containing this project

README

        

# `http-request-inspector`

Tiny "echo" HTTP server

## Usage

```sh
./http-request-inspector
```
Or if you prefer docker/podman/...

```sh
docker run -it --rm -p 8080:8080 ghcr.io/mhutter/http-request-inspector:latest
```

And then access http://127.0.0.1:8080 or:

```sh
curl http://127.0.0.1:8080 --json '{"msg":"It works!"}'
```

## License

[MIT](LICENSE)