In ApiMain, gather Vary headers in OutputPage
authorCatrope <roan.kattouw@gmail.com>
Fri, 1 Jun 2012 11:11:32 +0000 (04:11 -0700)
committerReedy <reedy@wikimedia.org>
Thu, 5 Jul 2012 20:29:31 +0000 (21:29 +0100)
commit7da3bb81f70bf6bfefed770c674af4fbe4b093a8
treecc353ee3626c9642de9a1b353a47c6c7fb4407c8
parent9c9dc40f6abbfdb93714939cbb268e3b993be76c
In ApiMain, gather Vary headers in OutputPage

Using OutputPage for this rather than something like WebResponse
probably isn't optimal, but it's a lot nicer than the mess we had
before.

Change-Id: I9dce06d3eb69dd7952eafc6c94ead2ad5ad88792
includes/api/ApiMain.php