Module server

Source
Expand description

Rama HTTP server module, which provides the HttpServer type to serve HTTP requests.

Re-exports§

pub use service::HttpServer;

Modules§

layer
rama http backend server layers
service
Rama HTTP server module.

Type Aliases§

HttpServeResult
Result type of HttpServer::serve.