implemented mechanism for merging cookies by request

This commit is contained in:
Miroslav Stampar
2012-01-11 14:28:08 +00:00
parent f1147035cf
commit 1d0b43b1a2
5 changed files with 42 additions and 54 deletions

View File

@@ -109,6 +109,7 @@ class HTTPHEADER:
CONTENT_RANGE = "Content-Range"
CONTENT_TYPE = "Content-Type"
COOKIE = "Cookie"
SET_COOKIE = "Set-Cookie"
HOST = "Host"
PRAGMA = "Pragma"
PROXY_AUTHORIZATION = "Proxy-Authorization"