Ross
61ac612e78
bpo-39507: Add HTTP status 418 "I'm a Teapot" (GH-18291)
2020-03-15 14:24:23 +02:00
Dong-hee Na
da52be4769
bpo-39509: Update HTTP status code to follow IANA (GH-18294)
...
Add status codes 103 EARLY_HINTS and 425 TOO_EARLY.
2020-03-14 16:12:01 +02:00
Raymond Hettinger
8f080b0995
bpo-26589: Add http status code 451 (GH-15413)
2019-08-23 10:19:15 -07:00
Florian Wendelborn
5c72badd06
Correct description of HTTP status code 308. (GH-15078)
...
Permanent redirect was explained as a temporary redirect.
2019-08-03 11:16:34 -07:00
Vitor Pereira
52ad72dd0a
bpo-30553: Add status code 421 to http.HTTPStatus (GH-2589)
2017-10-26 21:49:19 +03:00
Berker Peksag
abbf0f40bb
Issue #23442 : Rename two member names to stay backward compatible
...
with the constants in http.client.
Initial patch by Demian Brecht.
2015-02-20 14:57:31 +02:00
Berker Peksag
cb18b95ab8
Issue #20898 : Add a "HTTP status codes" section to avoid duplication in HTTP docs.
...
This commit also removes a couple of non-standard status codes. They were
added as part of edf669b13482, so there is no backwards compatibility issue.
Patch by Demian Brecht.
2015-01-20 06:30:46 +02:00
Serhiy Storchaka
e4db76967d
Issue #21793 : Added http.HTTPStatus enums (i.e. HTTPStatus.OK,
...
HTTPStatus.NOT_FOUND). Patch by Demian Brecht.
2014-12-23 16:28:28 +02:00
Georg Brandl
2442015af2
Create http package. #2883 .
2008-05-26 16:32:26 +00:00