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