proxy.py 163 B

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