repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Localisation updates from https://translatewiki.net.
[mediawiki.git]
/
includes
/
libs
/
http
/
TelemetryHeadersInterface.php
blob
be9e8d8133e3d486d49f49a068eb27a2e0963ad6
1
<
?php
2
3
namespace
Wikimedia\Http
;
4
5
/**
6
* Provide Request Telemetry information
7
* @unstable
8
* @since 1.41
9
*/
10
interface
TelemetryHeadersInterface
{
11
12
/**
13
* Get Headers to outgoing requests
14
* @return array<string, string> Headers array
15
*/
16
public function
getRequestHeaders
():
array
;
17
}