nextcloud/lib/private/appframework
Bernhard Posselt 95239ad21e AppFramework StreamResponse
First stab at the StreamResponse, see #12988

The idea is to use an interface ICallbackResponse (I'm not 100% happy with the name yet, suggestions?) that allow the response to output things in its own way, for instance stream the file using readfile

Unittests are atm lacking, plan is to

check if a mock of ICallbackResponse will be used by calling its callback (also unhappy with this name) method
Usage is:

$response = new StreamResponse('path/to/file');

rename io to output, add additional methods and handle error and not modified cases when using StreamResponse

fix indention and uppercasing, also handle forbidden cases

fix indention

fix indention

no forbidden, figuring out if a file is really readable is too complicated to get to work across OSes and streams

remove useless import

remove useless import

fix intendation
2015-02-27 15:42:33 +01:00
..
core Revert "Updating license headers" 2015-02-26 11:37:37 +01:00
db Revert "Updating license headers" 2015-02-26 11:37:37 +01:00
dependencyinjection AppFramework StreamResponse 2015-02-27 15:42:33 +01:00
http AppFramework StreamResponse 2015-02-27 15:42:33 +01:00
middleware Revert "Updating license headers" 2015-02-26 11:37:37 +01:00
routing Revert "Updating license headers" 2015-02-26 11:37:37 +01:00
utility Revert "Updating license headers" 2015-02-26 11:37:37 +01:00
app.php AppFramework StreamResponse 2015-02-27 15:42:33 +01:00
http.php Revert "Updating license headers" 2015-02-26 11:37:37 +01:00