Bug 253007

Summary: [webkitcorepy] Add a PartialProxy class
Product: WebKit Reporter: Jonathan Bedard <jbedard>
Component: Tools / TestsAssignee: Jonathan Bedard <jbedard>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Jonathan Bedard 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.
Comment 1 Radar WebKit Bug Importer 2023-02-27 10:48:34 PST
<rdar://problem/105984609>
Comment 2 Jonathan Bedard 2023-02-27 10:54:11 PST
Pull request: https://github.com/WebKit/WebKit/pull/10743
Comment 3 EWS 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.
Comment 4 EWS 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.