rhymix/vendor/rmccue/requests/tests/utils/proxy/proxy.py
2017-06-29 23:39:23 +09:00

5 lines
No EOL
163 B
Python
Executable file

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