nextcloud-server/tests/lib/appframework/http
Roeland Jago Douma f12caf930e Properly return 304
The ETag set in the IF_NONE_MODIFIED header is wraped in quotes (").
However the ETag that is set in response is not (yet). Also we need to
cast the ETag to a string.

* Added unit test
2015-09-01 11:04:41 +07:00
..
ContentSecurityPolicyTest.php add unit test for data: as allowed image domain 2015-08-07 12:14:30 +07:00
DataResponseTest.php add more unit tests for data: as allowed image domain 2015-08-10 12:42:42 +07:00
DispatcherTest.php Add mitigation against BREACH 2015-08-14 01:31:32 +07:00
DownloadResponseTest.php Make remaining files extend the test base 2014-11-19 14:53:59 +07:00
HttpTest.php Properly return 304 2015-09-01 11:04:41 +07:00
JSONResponseTest.php Check if response could get generated 2015-07-02 11:42:51 +07:00
OCSResponseTest.php Remove duplicate and unused code 2015-08-03 21:03:11 +07:00
RedirectResponseTest.php Make remaining files extend the test base 2014-11-19 14:53:59 +07:00
RequestTest.php Add mitigation against BREACH 2015-08-14 01:31:32 +07:00
ResponseTest.php add more unit tests for data: as allowed image domain 2015-08-10 12:42:42 +07:00
StreamResponseTest.php AppFramework StreamResponse 2015-02-27 15:42:33 +07:00
TemplateResponseTest.php Make remaining files extend the test base 2014-11-19 14:53:59 +07:00
requeststream.php