X-Git-Url: http://dolda2000.com/gitweb/?p=wrw.git;a=blobdiff_plain;f=wrw%2Fproto.py;h=b1f0ab375e6faba741cc1dc4da86d85ba3950e0c;hp=3d8b96e6f22e1afb91992dafd3a3ba03a0faf6d8;hb=7be9e8bb560cd4e969992759bbcb523b40e544af;hpb=e21c438203ce0654499264e31bd673ee924e6254 diff --git a/wrw/proto.py b/wrw/proto.py index 3d8b96e..b1f0ab3 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."),