USE_PROXY constant

int const USE_PROXY

@deprecated Was defined in a previous version of the HTTP specification to indicate that a requested response must be accessed by a proxy.

It has been deprecated due to security concerns regarding in-band configuration of a proxy.

https://tools.ietf.org/html/rfc7231#section-6.4.6

Implementation

static const int USE_PROXY = 305;