transformed cDel to pDel as a more generic option

This commit is contained in:
Miroslav Stampar
2011-10-06 22:03:33 +00:00
parent dd0ed5f5da
commit 8720aad6dc
5 changed files with 8 additions and 9 deletions

View File

@@ -24,8 +24,8 @@ optDict = {
"Request": {
"data": "string",
"pDel": "string",
"cookie": "string",
"cDel": "string",
"cookieUrlencode": "boolean",
"dropSetCookie": "boolean",
"agent": "string",