Crate finchers_runtime

Source
Expand description

Runtime support for Finchers, which supports serving asynchronous HTTP services.

Re-exports§

pub use server::Config;
pub use server::Server;
pub use service::HttpService;
pub use service::NewHttpService;

Modules§

endpoint
The components to construct an asynchronous HTTP service from the Endpoint.
server
Components for managing HTTP server.
service
Abstractions for constructing HTTP services.

Functions§

run
Start the server with given endpoint and default configuration.