axol-http 0.1.1

Axol Web Framework HTTP wrapper
Documentation
1
2
3
4
5
6
7
8
9
10
# 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.