Check if the given HTTP status code is a redirect status code.
HTTP status code
true if the status code is a redirect status (301, 302, 303, 307, 308), false otherwise.
https://fetch.spec.whatwg.org/#statuses
Check if the given HTTP status code is a redirect status code.