Improving FileUtil::downloadFileFromHTTP()
authorTim Düsterhus <timwolla@arcor.de>
Wed, 16 May 2012 19:11:38 +0000 (21:11 +0200)
committerTim Düsterhus <timwolla@arcor.de>
Wed, 16 May 2012 19:14:15 +0000 (21:14 +0200)
commit09727da64322e11af19ced566ce3db8dc8dacfac
tree5c9c900ede11e66d7c13dc75072cac6b23baa2c5
parent44adccf6eade76d681203617b28a09b6d7f3cfa1
Improving FileUtil::downloadFileFromHTTP()

- Adding $options to specify method and Timeout of our HTTP-Request
- Adding $postParameters to specify the body of our request (data will automatically be urlencoded)
- Adding $headers to fetch the response header (will be available as a key => value array)

Everything was successfully tested with GET, HEAD, POST-Requests on SSL and non-SSL URLs.
Implements https://www.woltlab.com/bugtracker/index.php?page=Bug&bugID=1493
wcfsetup/install/files/lib/system/io/File.class.php
wcfsetup/install/files/lib/util/FileUtil.class.php