In many cases, when building a web service, you don’t want to use a framework either because it feels like overkill or none of them quite fits with what you are doing. Plain hyper is a perfectly fine choice, but you might find yourself implementing the same quality-of-life features over and over again.
This crate is a collection of these little things that make it easier and more convenient to implement a web service directly atop hyper.
If you have comments, proposed changes, or would like to contribute, please open an issue in the Github repository. In particular, if you would like to use the crate but it is missing functionality for your use case, we would love to hear from you!
The httools crate is distributed under the terms of the BSD-3-clause license. See LICENSE for details.