https://github.com/tmccombs/hyperecho
A very simple HTTP echo server
https://github.com/tmccombs/hyperecho
Last synced: over 1 year ago
JSON representation
A very simple HTTP echo server
- Host: GitHub
- URL: https://github.com/tmccombs/hyperecho
- Owner: tmccombs
- License: mit
- Created: 2016-10-07T05:10:21.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-05T08:15:36.000Z (over 2 years ago)
- Last Synced: 2025-02-28T07:00:46.656Z (over 1 year ago)
- Language: Rust
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hyperecho
A very simple HTTP echo server
This is just a simple program that listen on port 3000 and responds to all HTTP
requests by responding with the body of the request and printing the full
request to standard out.
I built this to make it easier to examine the actual HTTP requests being made by
libraries (or tools).