httpstatuses/contents/codes/402.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

21 lines
574 B
Markdown

---
set: 4
code: 402
title: Payment Required
references:
"Rails HTTP Status Symbol": ":payment_required"
"Go HTTP Status Constant": "http.StatusPaymentRequired"
"Symfony HTTP Status Constant": "Response::HTTP_PAYMENT_REQUIRED"
"Python2 HTTP Status Constant": "httplib.PAYMENT_REQUIRED"
"Python3+ HTTP Status Constant": "http.client.PAYMENT_REQUIRED"
"Python3.5+ HTTP Status Constant": "http.HTTPStatus.PAYMENT_REQUIRED"
---
Reserved for future use.
---
* Source: [RFC7231 Section 6.5.2][1]
[1]: <http://tools.ietf.org/html/rfc7231#section-6.5.2>