adding switch --skip-urlencode to skip URL encoding of POST data

This commit is contained in:
Miroslav Stampar
2012-05-24 23:30:33 +00:00
parent 7657bbeaf9
commit c394610740
4 changed files with 12 additions and 3 deletions

View File

@@ -48,6 +48,7 @@ optDict = {
"scope": "string",
"safUrl": "string",
"saFreq": "integer",
"skipUrlEncode": "boolean",
"evalCode": "string"
},