Kvarn is split into several packages (as seen on the left bar at the docs). kvarn-utils is a collection of HTTP utilities and miscellaneous tools. This should be useful for you if you want to write your own web server or any HTTP related project in Rust.
It can parse HTTP/1.1 messages and
metadata. kvarn-utils
also allows for efficient handling of
Bytes
.
Documentation can be found at doc.kvarn.org.