added --tamper option

This commit is contained in:
Miroslav Stampar
2010-10-12 22:45:25 +00:00
parent 9a08f7feb8
commit 34580f56fc
6 changed files with 107 additions and 42 deletions

6
tamper/dummy.py Normal file
View File

@@ -0,0 +1,6 @@
def tamper(place, value):
print "Hi, World!"
print value
if place=="GET" and value:
value=value.upper()
return value