http server in the standard library

1 min read Original article ↗

See #2007 for http client. This issue used to be for both.

http server in the standard library will be helpful for writing tests of the http client at the very least. We can re-evaluate what code does or does not live in std lib closer to 1.0.0; right now it's just helpful to have more test coverage for the language.