| ★ wanayoo — archive 1999 http://www.python.org/doc/current/lib/node218.html | Nouvelle recherche | Portail wanayoo |
HTTP instances have the following methods:
0, meaning no debugging output is
printed.
HTTP/1.0).
(replycode, message, headers). Here,
replycode is the integer reply code from the request (e.g.,
200 if the request was handled properly); message is the
message string corresponding to the reply code; and headers is
an instance of the class mimetools.Message containing the
headers received from the server. See the description of the
mimetools module.