Variable informationalConst Category

informational: Readonly<Range> = ...

A Range of 1xx HTTP response status codes.

See

MDN docs

Example

if (Http.StatusRange.informational.has(statusCode)) {
// ...
}

HTTP