nextcloud/lib/public/AppFramework/Http
Roeland Jago Douma a34495933e
Move caching logic to response
This avoids having to do it at all the places we want cached responses.

We can't inject the ITimeFactor without breaking public API.
However we can perfectly overwrite the service (resulting in the same
testable effect).

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-06-04 08:48:54 +02:00
..
Template Add since tags 2018-04-05 13:18:17 +02:00
ContentSecurityPolicy.php Update license headers 2017-11-06 16:56:19 +01:00
DataDisplayResponse.php Update license headers 2017-11-06 16:56:19 +01:00
DataDownloadResponse.php Change @georgehrke's email 2017-11-06 20:38:59 +01:00
DataResponse.php Fix others 2016-07-21 18:13:57 +02:00
DownloadResponse.php Fix others 2016-07-21 18:13:57 +02:00
EmptyContentSecurityPolicy.php Update license headers 2017-11-06 16:56:19 +01:00
FileDisplayResponse.php @since 9.2.0 to @since 11.0.0 2016-11-15 18:51:52 +01:00
ICallbackResponse.php Update license headers 2017-11-06 16:56:19 +01:00
IOutput.php Update license headers 2017-11-06 16:56:19 +01:00
JSONResponse.php Fix others 2016-07-21 18:13:57 +02:00
NotFoundResponse.php Remove unused use statements 2017-04-22 19:23:31 -05:00
OCSResponse.php Update license headers 2017-11-06 16:56:19 +01:00
RedirectResponse.php Remove unused use statements 2017-04-22 19:23:31 -05:00
Response.php Move caching logic to response 2018-06-04 08:48:54 +02:00
StreamResponse.php Update license headers 2017-11-06 16:56:19 +01:00
TemplateResponse.php Pass template parameters to parent template 2018-02-27 12:25:52 +01:00