2 releases

0.2.1 Mar 5, 2024
0.2.0 Mar 5, 2024

#448 in HTTP server

40 downloads per month

MIT license

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–16MB
~179K SLoC