Documentation ¶
Index ¶
Constants ¶
View Source
const ( RunModeAll = iota RunModeGroup RunModeNone )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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 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) IsBrowserMode ¶
Click to show internal directories.
Click to hide internal directories.