Versions in this module Expand all Collapse all v1 v1.1.4 Feb 11, 2022 v1.1.3 Feb 11, 2022 Changes in this version + func Request() (*http.Request, error) + func RequestFromMap(params map[string]string) (*http.Request, error) + func Serve(handler http.Handler) error + type Handler struct + Args []string + Dir string + Env []string + InheritEnv []string + Logger *log.Logger + Path string + PathLocationHandler http.Handler + Root string + Stderr io.Writer + func (h *Handler) ServeHTTP(rw http.ResponseWriter, req *http.Request)