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§
- Http
Server - A builder for configuring and listening over HTTP using a
Service.
Type Aliases§
- Http
Serve Result - Result type of
HttpServer::serve.