golang.org/x/pkgsite/cmd/prober.ProbeStatus.Code (field)
6 uses
golang.org/x/pkgsite/cmd/prober (current package)
main.go#L268: Code int // status code of response
main.go#L300: if s.Code != http.StatusOK {
main.go#L308: w.WriteHeader(bads[0].Code)
main.go#L311: fmt.Fprintf(w, "%3d /%s\n", b.Code, b.Probe.RelativeURL)
main.go#L331: Code: 499, // not a real code; means request never sent
main.go#L370: status.Code = res.StatusCode
![]() |
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. |