Geoffrey Copin
Geoffrey Copin's Blog

Geoffrey Copin's Blog

Follow
homebadges
Tag

http

#http

More content

Read more stories on Hashnode


Articles with this tag

Build an HTTP server with Rust and tokio - Part 1: serving static files

May 20, 20236 min read

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...

Build an HTTP server with Rust and tokio - Part 1: serving static files

Build a web server with Rust and tokio - Part 0: a simple GET handler

May 11, 20237 min read

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...

Build a web server with Rust and tokio - Part 0: a simple GET handler