Skip to main content

Module server

Module server 

Source
Expand description

Server configuration and bootstrap.

This module provides the ServerConfig and run_server function for starting the HTTP server.

Structs§

ApiKeyConfig
API key configuration.
AppState
Shared application state holding all stores.
PostgresPoolConfig
Configuration for PostgreSQL connection pool tuning.
ServerConfig
Server configuration.

Enums§

StorageBackend
Storage backend type.

Functions§

run_server
Runs the HTTP server.