[][src]Crate http_service_h1

HttpService server that uses async-h1 as backend.

Structs

Server

A listening HTTP server that accepts connections in HTTP1.

Functions

serve

Serve the given HttpService at the given address, using async-h1 as backend, and return a Future that can be awaited on.