Hyper
Recipe | Crates | Categories |
---|---|---|
Implement an HTTP API with hyper |
Implement an HTTP API with hyper
hyper
is a low-level HTTP implementation (both client and server). It implements HTTP/1 and HTTP/2. It works best with the tokio
async runtime, but can support other runtimes.
fn main() { todo!(); }
[hyper: write (P1)](https://github.com/john-cd/rust_howto/issues/515)