X-Git-Url: http://dolda2000.com/gitweb/?p=wrw.git;a=blobdiff_plain;f=wrw%2Fproto.py;fp=wrw%2Fproto.py;h=ab3737b8f70575c363f93991b659ebaf88f60f59;hp=881f4e477a84152257e7eb037b6571545c53208a;hb=3ba5e96caf3d5b25c9dead35c65dd4b9ac694f44;hpb=eacc5938f23818a348ee17f557484a706462c170 diff --git a/wrw/proto.py b/wrw/proto.py index 881f4e4..ab3737b 100644 --- a/wrw/proto.py +++ b/wrw/proto.py @@ -1,3 +1,5 @@ +import time + statusinfo = { 400: ("Bad Request", "Invalid HTTP request."), 401: ("Unauthorized", "Authentication must be provided for the requested resource."),