Module server
Expand description
Rama HTTP server module,
which provides the HttpServer
type to serve HTTP requests.
Modules§
Structs§
- Http
Server - A builder for configuring and listening over HTTP using a
Service
.
Type Aliases§
- Http
Serve Result - Result type of
HttpServer::serve
.