Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | proxy: don't specify the protocol in the type | Carlos Martín Nieto | 2016-04-19 | 1 | -10/+5 |
| | | | | | | We leave this up to the scheme in the url field. The type should only tell us about whether we want a proxy and whether we want to auto-detect it. | ||||
* | proxy: add a payload field for the proxy options | Carlos Martín Nieto | 2016-04-19 | 1 | -0/+6 |
| | | | | | I don't quite recall what we do in the other places where we use this, but we should pass this payload to the callbacks. | ||||
* | proxy: introduce a proxy options struct | Carlos Martín Nieto | 2016-04-19 | 1 | -0/+91 |
It is currently unused; it will go into the remote's options. |