wiki.techinc.nl/tests/phpunit/unit/includes/http
Kunal Mehta f539b6f58c Support $wgLocalHTTPProxy in MultiHttpClient
This follows the same approach as MWHttpRequest, we inject
$wgLocalVirtualHosts, and for each request check whether it matches that
domain list, rewriting the request as necessary.

Unfortunately this requires a decent amount of code duplication because
MultiHttpClient is in includes/libs/ and can't depend on the same code
in MWHttpRequest.

Bug: T288848
Change-Id: Ia16d8f86b1cb20dde9fe487729d67d92af650cfe
2021-11-16 11:13:10 -08:00
..
HttpRequestFactoryTest.php Support $wgLocalHTTPProxy in MultiHttpClient 2021-11-16 11:13:10 -08:00
HttpUnitTest.php Split HttpTest and SessionTest to unit and integration 2019-07-13 21:01:09 +02:00
MwHttpRequestToResponseInterfaceAdapterTest.php Remove meaningless ->expects( $this->any() ) from all tests 2021-04-23 11:58:58 +02:00