PappyProxy/pappyproxy/templates/intmacro.py
Rob Glew f4bbd15c68 Release 0.0.2
Soooo much stuff. Features, bugfixes, all that.
2015-12-28 22:38:17 -06:00

10 lines
208 B
Python

from pappyproxy.session import Session
MACRO_NAME = '{{macro_name}}'
SHORT_NAME = '{{short_name}}'
def mangle_request(request):
return request
def mangle_response(request):
return request.response