10 Sep
2004
10 Sep
'04
6:08 p.m.
At 04:12 PM 9/10/04 +0100, Andrew Eland wrote:
Phillip J. Eby wrote:
I would also put the statuses in a dictionary, such that: status_code[BAD_GATEWAY] = "Bad Gateway"
There's a table mapping status codes to messages on BaseHTTPRequestHandler at the moment. It could be moved into httplib to make it more publically visible.
It doesn't appear to include HTTP/1.1 status codes.