const net/http.StatusPermanentRedirect

2 uses

	net/http (current package)
		status.go#L34: 	StatusPermanentRedirect = 308 // RFC 9110, 15.4.9
		status.go#L125: 	case StatusPermanentRedirect: