MediaWiki master
ResourceLoaderBeforeResponseHook.php
Go to the documentation of this file.
1<?php
2
4
6
28 public function onResourceLoaderBeforeResponse( Context $context, array &$extraHeaders ): void;
29}
Context object that contains information about the state of a specific ResourceLoader web request.
Definition Context.php:32
onResourceLoaderBeforeResponse(Context $context, array &$extraHeaders)
Add extra HTTP response headers for the given request context.