Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Configuration ¶
type Configuration struct {
EnforceCGI bool `mapstructure:"enforcecgi" yaml:"enforcecgi"`
Env []string `mapstructure:"env" yaml:"env"`
Dir string `mapstructure:"dir" yaml:"dir"`
StdErr string `mapstructure:"stderr" yaml:"stderr"`
ReplaceHeaders bool `mapstructure:"replaceheaders" yaml:"replaceheaders"`
Header flagargs.HTTPHeader `mapstructure:"headers" yaml:"headers"`
}
func (*Configuration) Hydrate ¶
func (c *Configuration) Hydrate() error
func (*Configuration) Validate ¶
func (c *Configuration) Validate() error
Click to show internal directories.
Click to hide internal directories.