ccproxy.config.core¶
ccproxy.config.core
¶
Core configuration settings - server, HTTP, CORS, logging, and plugins.
HTTPSettings
¶
Bases: BaseModel
HTTP client configuration settings.
Controls how the core HTTP client handles compression and other HTTP-level settings.
LoggingSettings
¶
Bases: BaseModel
Centralized logging configuration - core app only.
validate_log_level
classmethod
¶
Validate and normalize log level.
Source code in ccproxy/config/core.py
validate_log_format
classmethod
¶
Validate and normalize log format.