github.com/evanw/esbuild/pkg/api.apiHandler.notifyRequest (method)

9 uses

	github.com/evanw/esbuild/pkg/api (current package)
		serve_other.go#L87: func (h *apiHandler) notifyRequest(duration time.Duration, req *http.Request, status int) {
		serve_other.go#L125: 			go h.notifyRequest(time.Since(start), req, http.StatusServiceUnavailable)
		serve_other.go#L175: 							go h.notifyRequest(time.Since(start), req, http.StatusInternalServerError)
		serve_other.go#L203: 				go h.notifyRequest(time.Since(start), req, http.StatusInternalServerError)
		serve_other.go#L213: 			go h.notifyRequest(time.Since(start), req, http.StatusFound)
		serve_other.go#L227: 				go h.notifyRequest(time.Since(start), req, http.StatusInternalServerError)
		serve_other.go#L250: 			go h.notifyRequest(time.Since(start), req, status)
		serve_other.go#L261: 			go h.notifyRequest(time.Since(start), req, http.StatusOK)
		serve_other.go#L269: 	go h.notifyRequest(time.Since(start), req, http.StatusNotFound)