Expand description
Rama HTTP server module,
which provides the HttpServer
type to serve HTTP requests.
Re-exports§
pub use service::HttpServer;
Modules§
Type Aliases§
- Http
Serve Result - Result type of
HttpServer::serve
.
Rama HTTP server module,
which provides the HttpServer
type to serve HTTP requests.
pub use service::HttpServer;
HttpServer::serve
.