Expand description
Main entry point for the HTTP server.
Modules§
- builder
- The
HttpServerBuilderis a builder for configuring and initializing anHttpServer. It allows for setting up the server address, adding services, and configuring shared state.
Structs§
- Http
Server - Represents a running HTTP server.