MediaWiki master
TelemetryHeadersInterface.php
Go to the documentation of this file.
1<?php
2
3namespace Wikimedia\Http;
4
11
22 public function getRequestHeaders(): array;
23}
Provide Request Telemetry information.
getRequestHeaders()
Get Headers to be attached to outgoing requests.
Utility for parsing a HTTP Accept header value into a weight map.