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 Timeout time.Duration MaxHeaderLen int JUnitReport string Strict bool DryRun bool TLS bool Insecure bool Verbose bool Sections []string // contains filtered or unexported fields }
Config represents the configuration of h2spec.
Click to show internal directories.
Click to hide internal directories.