Skip to content

NLnetLabs/httools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tools for Building an HTTP Service with Hyper

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.

Contributing

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!

License

The httools crate is distributed under the terms of the BSD-3-clause license. See LICENSE for details.

About

Tools for building web services with hyper.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages