{404: 'HTTP/1.1 404 Not Found\nDate: %(time)s\nServer: %(version)s\nCo\
nnection: close\nContent-Type: text/html; charset=iso-8859-1\n\n<!DOCT\
YPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<HTML><HEAD>\n<TITLE>404\
Not Found</TITLE>\n</HEAD><BODY>\n<H1>Not Found</H1>\nThe requested U\
RL %(url)s was not found on this server.<P>\n</BODY></HTML>',
501: 'HTTP/1.1 501 Method Not Implemented\nDate: %(time)s\nServer: %(\
version)s\nAllow: %(methods)s\nConnection: close\nContent-Type: text/h\
tml; charset=iso-8859-1\n\n<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.\
...
|