6 releases

0.1.6 Jul 25, 2023
0.1.5 Jul 24, 2023

#425 in #web-framework


Used in axol

Apache-2.0 OR MIT

150KB
1.5K SLoC

axol-http

This project is an opinionated wrapper of the http crate.

Distinctions

This crate:

  • Does not allow non-UTF8 header names/values
  • Strictly only allows standard HTTP methods (no custom methods)
  • Uses an enum for StatusCodes, but does not strictly enforce they are standard ones.

Dependencies

~2.6–4MB
~77K SLoC