Module server

Module server 

Source
Expand description

Main entry point for the HTTP server.

Modules§

builder
The HttpServerBuilder is a builder for configuring and initializing an HttpServer. It allows for setting up the server address, adding services, and configuring shared state.

Structs§

HttpServer
Represents a running HTTP server.