Const
Category
A Range of 3xx HTTP response status codes.
MDN docs
if (Http.StatusRange.redirects.has(statusCode)) { // ...} Copy
if (Http.StatusRange.redirects.has(statusCode)) { // ...}
HTTP
A Range of 3xx HTTP response status codes.