Versions in this module Expand all Collapse all v1 v1.0.0 Dec 15, 2020 Changes in this version + const AppName + const DefaultConfigTemplate + const UA + const Version + var CommonFuncMap = template.FuncMap + func AllowHeaders(headers []string) serverOptFunc + func IdleTimeout(dur time.Duration) serverOptFunc + func ListenAddr(addr string) serverOptFunc + func NewServer(funcs ...serverOptFunc) *server + func ReadHeaderTimeout(dur time.Duration) serverOptFunc + func ReadTimeout(dur time.Duration) serverOptFunc + func WriteTimeout(dur time.Duration) serverOptFunc + type Command struct + Handler func(http.ResponseWriter, *http.Request) + Success bool + Type string + type KeyValue map[string]string