Create BagOStuff implementation to talk to RestBase
authorStanislav Malyshev <smalyshev@gmail.com>
Thu, 9 Jun 2016 19:38:05 +0000 (12:38 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Wed, 6 Jul 2016 17:52:07 +0000 (17:52 +0000)
commit7ade0a7c678ffa4233728683a91c2aeab0c8d344
tree215a128cde76be051700b455c6919c5933f4c4aa
parent29287df0daaac683d54568eecf3f4fb7103f4e1c
Create BagOStuff implementation to talk to RestBase

Or any other HTTP REST server.

Bug: T137272
Change-Id: Iefef24ffa831ba59d7725da8d20d5addb544b3ab
autoload.php
includes/libs/MultiHttpClient.php
includes/libs/objectcache/RESTBagOStuff.php [new file with mode: 0644]
tests/phpunit/includes/objectcache/RESTBagOStuffTest.php [new file with mode: 0644]