Documentation
¶
Index ¶
Constants ¶
View Source
const ( RunModeAll = iota RunModeGroup RunModeNone )
Variables ¶
This section is empty.
Functions ¶
func CiphersuiteByName ¶
Types ¶
type Config ¶
type Config struct { Host string Port int Path string Timeout time.Duration MaxHeaderLen int JUnitReport string Strict bool DryRun bool TLS bool Ciphers string Insecure bool Verbose bool Sections []string CertFile string CertKeyFile string Exec string FromPort int // contains filtered or unexported fields }
Config represents the configuration of h2spec.
func (*Config) GetCiphersuites ¶
Decode the user-defined list of allowed cipher suites from string representation. TODO: now Golang doesn't provide a way to convert ciphersuite name to ID, thus manual implementation is required.
func (*Config) IsBrowserMode ¶
Click to show internal directories.
Click to hide internal directories.