async-std
async-std copied to clipboard
add HTTP hello world example
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.