Skip to main content

Module server

Module server 

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

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

Modules§

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.