6 releases
0.1.6 | Jul 25, 2023 |
---|---|
0.1.5 | Jul 24, 2023 |
#460 in #web-framework
35 downloads per month
Used in axol
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
StatusCode
s, but does not strictly enforce they are standard ones.
Dependencies
~2.6–4MB
~77K SLoC