Expand description
REST API Server Implementation
Main server that hosts all API endpoints
Structs§
- ApiServer
- The REST API server that hosts all authentication, user-management, and health-check endpoints.
- ApiServer
Config - REST API server configuration.
- ApiServer
Config Builder - Fluent builder for
ApiServerConfig.
Functions§
- create_
api_ server - Create a basic API server with default configuration
- create_
api_ server_ with_ address - Create an API server with custom host and port