code599NetworkConnectTimeoutError constant

HttpStatus const code599NetworkConnectTimeoutError

An alias representing the networkConnectTimeoutError constant, offering a direct substitute for it.

For consistency and improved readability, it is recommended to directly use networkConnectTimeoutError where possible.

599 NETWORK CONNECT TIMEOUT ERROR.

This status code is not specified in any RFCs, but is used by some HTTP proxies to signal a network connect timeout behind the proxy to a client in front of the proxy.

Implementation

static const HttpStatus code599NetworkConnectTimeoutError =
    networkConnectTimeoutError;