Versions in this module Expand all Collapse all v1 v1.1.1 Sep 18, 2020 v1.1.0 Sep 18, 2020 Changes in this version + func ConfigToTLSConfig(c *TLSStruct) (*tls.Config, error) + func Listen(server *http.Server, tlsConfigPath string, logger log.Logger) error + type Config struct + HTTPConfig HTTPStruct + TLSConfig TLSStruct + Users map[string]config_util.Secret + type HTTPStruct struct + HTTP2 bool + type TLSStruct struct + CipherSuites []cipher + ClientAuth string + ClientCAs string + CurvePreferences []curve + MaxVersion tlsVersion + MinVersion tlsVersion + PreferServerCipherSuites bool + TLSCertPath string + TLSKeyPath string