h11

Crates.ioh11
lib.rsh11
version0.1.0
sourcesrc
created_at2023-11-10 06:48:34.634731
updated_at2023-11-22 07:20:18.297766
descriptionA pure-Rust, bring-your-own-I/O implementation of HTTP/1.1
homepage
repository
max_upload_size
id1030774
size246,542
Aber (abersheeran)

documentation

README

h11

Inspired by python-h11.

It's a "bring-your-own-I/O" library; h11 contains no IO code whatsoever. This means you can hook h11 up to your favorite network API, and that could be anything you want: synchronous, threaded, asynchronous, or your own implementation of RFC 6214 -- h11 won't judge you.

Commit count: 0

cargo fmt