mirror of
https://github.com/rmaake1/httpstatuses.git
synced 2024-11-02 00:32:36 +01:00
62df9e637c
* Add Python status constants * Add Python 2, Python 3+, Python 3.5+ status constants
21 lines
574 B
Markdown
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>
|