Split HttpFunctions.php into separate files
authorKunal Mehta <legoktm@member.fsf.org>
Sun, 2 Oct 2016 05:46:07 +0000 (22:46 -0700)
committerKunal Mehta <legoktm@member.fsf.org>
Sun, 2 Oct 2016 05:46:07 +0000 (22:46 -0700)
commit9beb668d024ceb5ce189ac8b378b72e9311f603a
treec3e97045f22bce0fcf0fc6a7f2a1198f59085752
parent1651a2b48548515add44595a72fb1a89c215142e
Split HttpFunctions.php into separate files

Change-Id: I30d5f77de08e42ec43baf5722f40d9205c4bde67
autoload.php
includes/HttpFunctions.php [deleted file]
includes/http/CurlHttpRequest.php [new file with mode: 0644]
includes/http/Http.php [new file with mode: 0644]
includes/http/MWHttpRequest.php [new file with mode: 0644]
includes/http/PhpHttpRequest.php [new file with mode: 0644]