[FEATURE] Add a download method to t3lib_http_Request
To ease work for developers, add a download method to t3lib_http_Request. This disables the body, attaches a download observer and sends the request. Change-Id: I4123efbd48cb50b82510f9b9e08cfbd92d6090bc Resolves: #28495 Releases: 4.7 Reviewed-on: http://review.typo3.org/3729 Reviewed-by: Stefan Neufeind Reviewed-by: Oliver Klee Tested-by: Wouter Wolters Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch
Showing
- t3lib/core_autoload.php 1 addition, 0 deletionst3lib/core_autoload.php
- t3lib/http/class.t3lib_http_request.php 34 additions, 1 deletiont3lib/http/class.t3lib_http_request.php
- t3lib/http/observer/class.t3lib_http_observer_download.php 195 additions, 0 deletionst3lib/http/observer/class.t3lib_http_observer_download.php
Please register or sign in to comment