Project

General

Profile

Actions

Feature #28495

closed

Add a download method to httprequest

Added by Philipp Gampe almost 13 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Could have
Assignee:
Category:
Backend API
Target version:
-
Start date:
2011-07-27
Due date:
% Done:

100%

Estimated time:
PHP Version:
5.3
Tags:
Complexity:
easy
Sprint Focus:

Description

The proposed http request has the option to attach observers to the request.

This allows to save the content of a requested file to disk without storing it into memory.

To ease work for developers, add a download method to t3lib_service_HttpRequest which takes care of disabling the body, attaching the observer and returning the response which then only contains the header.

Actions

Also available in: Atom PDF