]> source.dussan.org Git - nextcloud-server.git/commit
add dataresponse
authorBernhard Posselt <dev@bernhard-posselt.com>
Tue, 28 Oct 2014 15:34:04 +0000 (16:34 +0100)
committerBernhard Posselt <dev@bernhard-posselt.com>
Wed, 29 Oct 2014 08:43:47 +0000 (09:43 +0100)
commit0696099bad56727d96c60f6221fe02dc7c71f511
tree5c4784f13481c73950784eca881cc410659c5450
parentc93ddf77b9e75b9e38764ad4360d82600eae3096
add dataresponse

fix docstrings

adjust copyright date

another copyright date update

another header update

implement third headers argument, fix indention, fix docstrings

fix docstrings
lib/private/appframework/http/dispatcher.php
lib/public/appframework/controller.php
lib/public/appframework/http/dataresponse.php [new file with mode: 0644]
lib/public/appframework/http/response.php
tests/lib/appframework/controller/ControllerTest.php
tests/lib/appframework/http/DataResponseTest.php [new file with mode: 0644]
tests/lib/appframework/http/DispatcherTest.php
tests/lib/appframework/http/ResponseTest.php