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

Popular posts from this blog

javascript - Access directive function from component class or template -

php - Auto increment employee ID -

python - Evaluating the next line in a For Loop while in the current iteration -