Crates.io | h11 |
lib.rs | h11 |
version | 0.1.0 |
source | src |
created_at | 2023-11-10 06:48:34.634731 |
updated_at | 2023-11-22 07:20:18.297766 |
description | A pure-Rust, bring-your-own-I/O implementation of HTTP/1.1 |
homepage | |
repository | |
max_upload_size | |
id | 1030774 |
size | 246,542 |
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.