useProxy constant

HttpStatus const useProxy

305 USE PROXY.

Defined in a previous version of this specification and is now deprecated, due to security concerns regarding in-band configuration of a proxy.

Implementation

static const HttpStatus useProxy = HttpStatus._(
  code: HttpStatusCode.useProxy,
  name: 'Use Proxy',
  description:
      'Defined in a previous version of this specification and is now '
      'deprecated, due to security concerns regarding in-band configuration '
      'of a proxy.',
);