httpstatuses/contents/codes/305.md
WALL-E 62df9e637c Add Python status constants (#57)
* Add Python status constants

* Add Python 2, Python 3+, Python 3.5+ status constants
2016-05-22 00:07:16 +01:00

22 lines
706 B
Markdown

---
set: 3
code: 305
title: Use Proxy
#references:
# "Rails HTTP Status Symbol": "use_proxy"
# "Go HTTP Status Constant": "http.StatusUseProxy"
# "Symfony HTTP Status Constant": "Response::HTTP_USE_PROXY"
# "Python2 HTTP Status Constant": "httplib.USE_PROXY"
# "Python3+ HTTP Status Constant": "http.client.USE_PROXY"
# "Python3.5+ HTTP Status Constant": "http.HTTPStatus.USE_PROXY"
# - Due to deprecation we won't show this... but should we?
---
Defined in a previous version of this specification and is now deprecated, due to security concerns regarding in-band configuration of a proxy.
---
* Source: [RFC7231 Section 6.4.5][1]
[1]: <http://tools.ietf.org/html/rfc7231#section-6.4.5>