Versions in this module Expand all Collapse all v1 v1.1.0 Nov 18, 2019 v1.0.0 Sep 29, 2019 Changes in this version + type VHost struct + Hostnames []string + Listens []*listenItem + Mux *serveMux.ServeMux + func NewVHost(p *param.Param) *VHost + func (v *VHost) Close() + func (v *VHost) MatchHostname(reqHostname string) bool + func (v *VHost) ReOpenLog()