wiki.techinc.nl/tests/phpunit/unit/includes/http
Piotr Miazga 8009e9d027 http: MultiHttpClient supports TelemetryHeadersInterface
Introduce a new interface Wikimedia/Http/TelemetryHeadersInterface
that provides telemetry information that could be attached to
HTTP Requests. MultiHttpClient is expecting `telemetry` option
of TelemetryHeadersInterface type.

The MediaWiki/Http/Telemetry implements the interface, therefore
ObjectCache can inject it to RESTBagOStuff, that further injects
it to MultiHttpClient.

Bug: T344926
Change-Id: I59a3f1048c403fe2e4ef0c74353dfe74ff9ca893
2023-09-12 18:05:17 +02:00
..
MwHttpRequestToResponseInterfaceAdapterTest.php
TelemetryTest.php http: MultiHttpClient supports TelemetryHeadersInterface 2023-09-12 18:05:17 +02:00