https://github.com/halfzebra/distant-echo
🐬 HTTP echo server with delays
https://github.com/halfzebra/distant-echo
Last synced: 10 months ago
JSON representation
🐬 HTTP echo server with delays
- Host: GitHub
- URL: https://github.com/halfzebra/distant-echo
- Owner: halfzebra
- Created: 2020-05-06T14:10:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-06T14:11:16.000Z (about 6 years ago)
- Last Synced: 2025-03-13T14:29:02.216Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# distant-echo
Echo HTTP server with a delay using [hyper](https://hyper.rs/)
## Running locally
```sh
RUST_LOG=info cargo watch -x run
```