ThousandIsland.HandlerConfig (Thousand Island v1.4.3)
View SourceA minimal config struct containing only the fields needed by connection handlers.
This is used internally by ThousandIsland.Handler
Summary
Functions
Creates a HandlerConfig from a ServerConfig, extracting only the fields needed by connection handlers. This should be called once per acceptor at initialization.
Types
Functions
@spec from_server_config(ThousandIsland.ServerConfig.t()) :: t()
Creates a HandlerConfig from a ServerConfig, extracting only the fields needed by connection handlers. This should be called once per acceptor at initialization.