2 releases
0.2.1 | Mar 5, 2024 |
---|---|
0.2.0 | Mar 5, 2024 |
#768 in HTTP server
7KB
54 lines
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).
Dependencies
~5–13MB
~160K SLoC