dbs-uhttp

Crates.iodbs-uhttp
lib.rsdbs-uhttp
version0.3.2
sourcesrc
created_at2022-03-10 08:49:44.492049
updated_at2022-11-18 09:41:49.373179
descriptionA lightweight implementation of HTTP/1.0 and HTTP/1.1
homepage
repositoryhttps://github.com/openanolis/dbs-uhttp
max_upload_size
id547468
size257,665
imeoer (imeoer)

documentation

README

dbs-uhttp

This is a minimal implementation of the HTTP/1.0 and HTTP/1.1 protocols. This HTTP implementation is stateless thus it does not support chunking or compression.

Acknowledgement

The dbs-uhttp repository is forked from Fireckracker's micro-http , in order to:

  • support more http request types.
  • support other OSs like macOS by replacing vmm-sys-util::Poll with platfrom independent mio crate.

Contributing

To contribute to dbs-uhttp, checkout the contribution guidelines.

Releases

New dbs-uhttp versions are released via the GitHub repository releases page. A history of changes is recorded in our changelog.

Policy for Security Disclosures

If you suspect you have uncovered a vulnerability, contact us privately, as outlined in our security policy document; we will immediately prioritize your disclosure.

Commit count: 108

cargo fmt