Articles in this series
Build a web server with Rust and tokio - Part 0: the simplest possible GET handler Welcome to this series of blog posts where we will be exploring how...
In this episode, we'll extend our server to serve static files. We'll also refactor our code to support connection reuse, and implement a graceful...