| Crates.io | hyperecho |
| lib.rs | hyperecho |
| version | 0.2.1 |
| created_at | 2024-03-05 08:13:48.723524+00 |
| updated_at | 2024-03-05 08:14:43.566836+00 |
| description | Simple echo server |
| homepage | |
| repository | https://github.com/tmccombs/hyperecho |
| max_upload_size | |
| id | 1162811 |
| size | 20,705 |
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).