Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ValidateVhostDir ¶
type ValidateVhostDir struct {
VhostsPath string `json:"vhosts_path"`
}
func (ValidateVhostDir) CaddyModule ¶
func (ValidateVhostDir) CaddyModule() caddy.ModuleInfo
func (ValidateVhostDir) ServeHTTP ¶
func (m ValidateVhostDir) ServeHTTP(w http.ResponseWriter, r *http.Request, next caddyhttp.Handler) error
func (*ValidateVhostDir) UnmarshalCaddyfile ¶
func (m *ValidateVhostDir) UnmarshalCaddyfile(d *caddyfile.Dispenser) error
Click to show internal directories.
Click to hide internal directories.