Package io.ktor.server.config
Types
Link copied to clipboard
Represents an application config node
Link copied to clipboard
Thrown when an application is misconfigured
Link copied to clipboard
Represents an application config value
Link copied to clipboard
Implements ApplicationConfig by loading configuration from HOCON data structures
Link copied to clipboard
Mutable application config backed by a hash map
Functions
Link copied to clipboard
Returns ApplicationConfig by loading configuration from a resource specified by configPath or a default resource if configPath is null
Link copied to clipboard
Returns a string value for path or null
if missing
Link copied to clipboard
Returns a list of values for path or null
if missing