Skip to main content

Module server

Module server 

Source
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.
ApiServerConfig
REST API server configuration.
ApiServerConfigBuilder
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