# Functions
DefaultConfig ...
DefaultContainer returns an default container.
Load 记载配置key.
WithAddr 设置HTTP地址.
WithDebug 设置Debug信息.
WithEnableAccessInterceptor 设置开启请求日志.
WithEnableAccessInterceptorRes 设置开启请求日志响应参数.
WithEnableKeepAlives 设置是否开启长连接,默认打开.
WithEnableTraceInterceptor 设置开启Trace拦截器.
WithIdleConnTimeout 设置空闲连接时间.
WithMaxIdleConns 设置最大空闲连接数.
WithMaxIdleConnsPerHost 设置长连接个数.
WithRawDebug 设置原始Debug信息.
WithReadTimeout 设置读超时.
WithSlowLogThreshold 设置慢日志阈值.
# Constants
PackageName 设置包名.
# Type aliases
Option 选项.