Current File : /home/tradevaly/prioyshi.com/project/vendor/rmccue/requests/tests/utils/proxy/proxy.py
def request(context, flow):
	flow.request.headers["x-requests-proxy"] = "http"

def response(context, flow):
	flow.response.headers[b"x-requests-proxied"] = "http"