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