const net/http.StatusFound

2 uses

	net/http (current package)
		status.go#L28: 	StatusFound             = 302 // RFC 9110, 15.4.3
		status.go#L115: 	case StatusFound: