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)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |