RESOLVED FIXED 253007
[webkitcorepy] Add a PartialProxy class
https://bugs.webkit.org/show_bug.cgi?id=253007
Summary [webkitcorepy] Add a PartialProxy class
Jonathan Bedard
Reported 2023-02-27 10:48:15 PST
There are a number of environments where we may want to send requests to some hosts to a proxy, but not requests to all hosts. Python's request library provides features which allow us to send all requests to a proxy or specific requests. We can leverage the API to send specific requests to a proxy so that all requests to specific host are sent through a proxy, but most requests continue to made normally.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-02-27 10:48:34 PST
Jonathan Bedard
Comment 2 2023-02-27 10:54:11 PST
EWS
Comment 3 2023-02-27 15:49:32 PST
Committed 260909@main (775f730ac67e): <https://commits.webkit.org/260909@main> Reviewed commits have been landed. Closing PR #10743 and removing active labels.
EWS
Comment 4 2023-02-28 19:18:30 PST
Committed 259548.328@safari-7615-branch (b417bcd21ac5): <https://commits.webkit.org/259548.328@safari-7615-branch> Reviewed commits have been landed. Closing PR #425 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.