Module server

Module server 

Available on crate features http and http-full only.
Expand description

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

Modules§

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

Structs§

HttpServer
A builder for configuring and listening over HTTP using a Service.

Type Aliases§

HttpServeResult
Result type of HttpServer::serve.