The second article covering my attempt to implement a HTTP/3 server from scratch in Rust. Having looked at the QUIC protocol at length in the previous article, this one sees how HTTP/3 is implemented atop it.
This is the 2nd of the 2 articles that currently make up the “HTTP/3 in Practice” series, the first of which was HTTP/3 in Practice — QUIC.
Read article ( 51 minutes )
The first in what I hope will be a series of articles covering my attempts to implement a HTTP/3 server from scratch in Rust. This article outlines my goals and looks at the QUIC protocol on which HTTP/3 is implemented.
This is the 1st of the 2 articles that currently make up the “HTTP/3 in Practice” series.
Read article ( 73 minutes )
After eighteen years there’s a new version of HTTP. Having heard comparatively little about it until now, I decided to take a quick look.
Read article ( 19 minutes )
Why have webservers been so slow to accept chunked requests?
Read article ( 6 minutes )