Bug 253007
| Summary: | [webkitcorepy] Add a PartialProxy class | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jonathan Bedard <jbedard> |
| Component: | Tools / Tests | Assignee: | Jonathan Bedard <jbedard> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Jonathan Bedard
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/105984609>
Jonathan Bedard
Pull request: https://github.com/WebKit/WebKit/pull/10743
EWS
Committed 260909@main (775f730ac67e): <https://commits.webkit.org/260909@main>
Reviewed commits have been landed. Closing PR #10743 and removing active labels.
EWS
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.