async-std icon indicating copy to clipboard operation
async-std copied to clipboard

add HTTP hello world example

Open hderms opened this issue 5 years ago • 0 comments

This may be too crude to accept as an example, but in the course of trying to debug some code I was writing with async-std, I wanted to be able to HTTP benchmark a totally minimal async-std implementation. It's basically the TCP echo example but with a static HTTP response being returned.

hderms avatar Sep 05 '20 16:09 hderms