python - How does one configure a proxy upstream of browsermob on osx? -
i'm looking configure upstream proxy browsermob, preferably programmatically within python or shell script.
it doesn't python bindings browsermob include upstream-proxy configuration command or method. there method can use?
the python bindings allow configure upstream proxy. when creating proxy using create_proxy
, can set value of httpproxy
ip address , port of upstream proxy (see params
parameter on create_proxy details).
Comments
Post a Comment