Finalizing implementation for an Issue #290

This commit is contained in:
stamparm
2013-02-21 14:33:12 +01:00
parent 6a2129268d
commit 8e49872d7c
22 changed files with 344 additions and 25 deletions

View File

@@ -150,13 +150,9 @@ class HTTPHEADER:
PROXY_CONNECTION = "Proxy-Connection"
RANGE = "Range"
REFERER = "Referer"
SERVER = "Server"
USER_AGENT = "User-Agent"
class WAF_REQUEST:
GET = 1
POST = 2
HEADERS = 3
class EXPECTED:
BOOL = "bool"
INT = "int"