Up until recently, hyper was my favorite Rust HTTP framework. It’s low-level, but that gives you a lot of control over what happens. Here’s what a sample hyper application would look like: Shell session$ cargo new nostalgia Created binary (application) `nostalgia` package Shell session$ cd nostalgia $ cargo add hyper@0.14 –features “http1 tcp server” Updating…
