func net/http.Error

6 uses

	net/http (current package)
		fs.go#L152: 		Error(w, "Error reading directory", StatusInternalServerError)
		fs.go#L206: 	Error(w, text, code)
		h2_bundle.go#L7117: 		Error(w, err.Error(), StatusBadRequest)
		server.go#L2235: func Error(w ResponseWriter, error string, code int) {
		server.go#L2256: func NotFound(w ResponseWriter, r *Request) { Error(w, "404 page not found", StatusNotFound) }
		server.go#L2633: 				Error(w, StatusText(StatusMethodNotAllowed), StatusMethodNotAllowed)