Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mhutter/http-request-inspector
- Owner: mhutter
- License: mit
- Created: 2024-02-26T12:42:40.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T18:47:03.000Z (2 months ago)
- Last Synced: 2024-11-08T19:36:27.382Z (2 months ago)
- Language: Rust
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
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)