mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-19 11:19:56 +09:00
5 lines
No EOL
163 B
Python
Executable file
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" |