https://github.com/mhutter/http-request-inspector
Tiny "echo" HTTP server
https://github.com/mhutter/http-request-inspector
Last synced: 3 months ago
JSON representation
Tiny "echo" HTTP server
- Host: GitHub
- URL: https://github.com/mhutter/http-request-inspector
- Owner: mhutter
- License: mit
- Created: 2024-02-26T12:42:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-13T08:51:38.000Z (4 months ago)
- Last Synced: 2025-03-13T09:36:38.650Z (4 months ago)
- Language: Rust
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)