Hyper

RecipeCratesCategories
Implement an HTTP API with hyperhypercat-web-programming::http-server

Implement an HTTP API with hyper

hyper hyper-crates.io hyper-github hyper-lib.rs

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!();
}