Constant REDIRECT_STATUS_OK
pub const REDIRECT_STATUS_OK: Bytes;Available on crate feature
fastcgi only.Expand description
Value of REDIRECT_STATUS meaning “no preceding redirect / safe to run”.
php-fpm with --enable-force-cgi-redirect (the upstream default) refuses
to dispatch when this isn’t set; "200" is the conventional value.