Bug 253007 - [webkitcorepy] Add a PartialProxy class
Summary: [webkitcorepy] Add a PartialProxy class
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jonathan Bedard
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-02-27 10:48 PST by Jonathan Bedard
Modified: 2023-02-28 19:18 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.