const net/http.StatusFound
16 uses
net/http (current package)
status.go#L28: StatusFound = 302 // RFC 7231, 6.4.3
status.go#L98: StatusFound: "Found",
github.com/evanw/esbuild/pkg/api
serve_other.go#L213: go h.notifyRequest(time.Since(start), req, http.StatusFound)
serve_other.go#L214: res.WriteHeader(http.StatusFound)
golang.org/x/pkgsite/internal/frontend
404.go#L63: http.Redirect(w, r, fmt.Sprintf("/%s", path), http.StatusFound)
404.go#L87: case http.StatusFound, derrors.ToStatus(derrors.AlternativeModule):
404.go#L102: http.Redirect(w, r, u, http.StatusFound)
404.go#L108: http.Redirect(w, r, u, http.StatusFound)
404.go#L122: http.Redirect(w, r, "/search?q="+url.QueryEscape(fullPath), http.StatusFound)
404.go#L236: status: http.StatusFound,
search.go#L251: http.Redirect(w, r, "/", http.StatusFound)
search.go#L275: http.Redirect(w, r, path, http.StatusFound)
server.go#L147: handle("/about", http.RedirectHandler("https://go.dev/about", http.StatusFound))
unit.go#L105: http.Redirect(w, r, r.URL.Path, http.StatusFound)
unit.go#L161: http.Redirect(w, r, r.URL.Path, http.StatusFound)
golang.org/x/pkgsite/internal/middleware
betaRedirect.go#L47: http.Redirect(w, r, betaPkgGoDevURL(r.URL).String(), http.StatusFound)
 |
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. |