axol-http

Crates.ioaxol-http
lib.rsaxol-http
version0.1.6
sourcesrc
created_at2023-07-23 15:07:07.707408
updated_at2023-07-25 23:08:29.177511
descriptionAxol Web Framework HTTP wrapper
homepage
repositoryhttps://github.com/Protryon/axol
max_upload_size
id923799
size146,263
Max Bruce (Protryon)

documentation

README

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.
Commit count: 48

cargo fmt