Add $options param to Http::get() and friends. Now things don't need to use curl...
authorChad Horohoe <demon@users.mediawiki.org>
Thu, 11 Sep 2008 00:29:51 +0000 (00:29 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Thu, 11 Sep 2008 00:29:51 +0000 (00:29 +0000)
commitfa6d8c3dbae3413a694a28c0b0d2d7be34fe1353
tree7720e7c34bda922e2e50d65d5debb173a3819bd5
parentfab746c17cad17bc7d611447a9ce8e5a18bb0d3b
Add $options param to Http::get() and friends. Now things don't need to use curl directly just because they want to set specific options not set by default (I'm eying you, UploadFromUrl and SpecialUpload).
includes/HttpFunctions.php