Follow redirects in HTTPSFuture and add a simple wrapper function above it
Summary: See D2787 for usage.
Test Plan:
echo strlen(HTTPSFuture::loadContent('http://vrana.cz/'))."\n"; // redirect echo strlen(HTTPSFuture::loadContent('http://www.vrana.cz/'))."\n"; echo strlen(HTTPSFuture::loadContent('http://www.vrana.czzz/'))."\n";
Reviewers: epriestley
Reviewed By: epriestley
CC: aran, Korvin
Differential Revision: https://secure.phabricator.com/D2785