diff options
Diffstat (limited to 'lib/public/response.php')
-rw-r--r-- | lib/public/response.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/public/response.php b/lib/public/response.php index 5049b0c54cf..c35c2654965 100644 --- a/lib/public/response.php +++ b/lib/public/response.php @@ -30,6 +30,9 @@ // This means that they should be used by apps instead of the internal ownCloud classes namespace OCP; +/** + * This class provides convinient functions to send the correct http response headers + */ class Response { |