type insecureHandler … func (h *insecureHandler) Available() bool { … } func (h *insecureHandler) Handler(dir string, env []string, logger *log.Logger) (http.Handler, error) { … } func (h *insecureHandler) ServeHTTP(w http.ResponseWriter, req *http.Request) { … }