Variable PROXY_AUTHENTICATION_REQUIREDConst

PROXY_AUTHENTICATION_REQUIRED: 407

407 Proxy Authentication Required

This is similar to 401 Unauthorized but authentication is needed to be done by a proxy.

import { PROXY_AUTHENTICATION_REQUIRED } from 'costatus';

https://developer.mozilla.org/docs/Web/HTTP/Status/407