Expand description
Core configuration and internal Rest API server modules
Modulesยง
- core_
config - Static server configuration stored in the
struct CoreConfig
that contains all connectivity endpoints, tls asset paths, api tls configuration, is kafka publishing enabled, jwt keys, user password salt, and postgres db credentials - server
- Modules to start the rest server and pass a
struct CoreHttpRequest
to all hyper worker threads when an HTTP request is received