5 unstable releases

0.3.2 Nov 18, 2022
0.3.1 Sep 12, 2022
0.3.0 May 26, 2022
0.2.0 Mar 29, 2022
0.1.0 Mar 10, 2022

#509 in HTTP server

Download history 197/week @ 2023-12-01 182/week @ 2023-12-08 131/week @ 2023-12-15 315/week @ 2023-12-22 181/week @ 2023-12-29 106/week @ 2024-01-05 122/week @ 2024-01-12 188/week @ 2024-01-19 112/week @ 2024-01-26 223/week @ 2024-02-02 76/week @ 2024-02-09 133/week @ 2024-02-16 230/week @ 2024-02-23 215/week @ 2024-03-01 193/week @ 2024-03-08 92/week @ 2024-03-15

752 downloads per month
Used in 2 crates (via nydus-api)

Apache-2.0

230KB
4K SLoC

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.

Dependencies

~0.3–9.5MB
~63K SLoC