hyperecho

Crates.iohyperecho
lib.rshyperecho
version0.2.1
sourcesrc
created_at2024-03-05 08:13:48.723524
updated_at2024-03-05 08:14:43.566836
descriptionSimple echo server
homepage
repositoryhttps://github.com/tmccombs/hyperecho
max_upload_size
id1162811
size20,705
Thayne McCombs (tmccombs)

documentation

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).

Commit count: 0

cargo fmt