Uh oh!
There was an error while loading. Please reload this page.
proxy mode for http proxies - #734
Conversation
current implementation is modified and upgraded of first option discussed in #703 (reply in thread). classProxyMode(enum.IntFlag):
HTTPS_FORWARD=1HTTP_TUNNEL=2defHTTPProxy(
...
mode: Optional[ProxyMode] =None,
): ...EDIT: Now I think, this would be better option (using one param instead of two), going for replace it. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
karpetrosyan
commented
Jun 17, 2023
We should probably wait for #714, then open the issue, and only then go through this for further clarity. |
I didn't understand. Will #714 create any blocker for this PR or vice versa? |
karpetrosyan
commented
Jun 18, 2023
I've started an issue for this PR. |
karpetrosyan
commented
Jun 18, 2023
Let's change the title of this PR to something like "Add force-tunneling and force-forwarding support for proxies." |
Uh oh!
There was an error while loading. Please reload this page.
lovelydinosaur
commented
Jun 19, 2023
Really I'd prefer that we work through design discussions first before starting on the pull request, but...
|
So...
|
karpetrosyan
commented
Aug 29, 2023
Example |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Tom Christie <tom@tomchristie.com>
Co-authored-by: Tom Christie <tom@tomchristie.com>
Co-authored-by: Tom Christie <tom@tomchristie.com>
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Closes#735
Refs: #703#716
ProxyMode.FORWARD