Move HttpAcceptNegotiator and HttpAcceptParser from Wikibase to core
authorAmir Sarabadani <ladsgroup@gmail.com>
Mon, 29 May 2017 23:41:15 +0000 (01:41 +0200)
committerAmir Sarabadani <ladsgroup@gmail.com>
Fri, 9 Jun 2017 23:57:10 +0000 (04:27 +0430)
commit4ec5164b4edc2ff64efd2f26f78d81c85c2c654e
treef19e0a1acd0908fd70a35ef096ef291c4c71720a
parente8f69a70350b48f509976a9da90769b6fdb9e698
Move HttpAcceptNegotiator and HttpAcceptParser from Wikibase to core

This will be needed for implementing Special:PageData

Bug: T163923
Change-Id: I2315d7dcdfa5973998917af311ebecc855b37f73
autoload.php
includes/http/HttpAcceptNegotiator.php [new file with mode: 0644]
includes/http/HttpAcceptParser.php [new file with mode: 0644]
tests/phpunit/includes/http/HttpAcceptNegotiatorTest.php [new file with mode: 0644]
tests/phpunit/includes/http/HttpAcceptParserTest.php [new file with mode: 0644]