los cosmeticados

This commit is contained in:
Miroslav Stampar 2011-03-18 14:08:36 +00:00
parent 75c0e09f43
commit 3628887110

View File

@ -64,16 +64,16 @@ class HASH:
SHA1_GENERIC = r'(?i)\A[0-9a-f]{40}\Z'
class HTTPHEADER:
RANGE = "Range"
ACCEPT_ENCODING = "Accept-Encoding"
AUTHORIZATION = "Authorization"
CONNECTION = "Connection"
CONTENT_ENCODING = "Content-Encoding"
CONTENT_LENGTH = "Content-Length"
CONTENT_RANGE = "Content-Range"
CONTENT_ENCODING = "Content-Encoding"
CONTENT_TYPE = "Content-Type"
AUTHORIZATION = "Authorization"
PROXY_AUTHORIZATION = "Proxy-authorization"
COOKIE = "Cookie"
CONNECTION = "Connection"
ACCEPT_ENCODING = "Accept-Encoding"
PROXY_AUTHORIZATION = "Proxy-authorization"
RANGE = "Range"
REFERER = "Referer"
USER_AGENT = "User-Agent"