summaryrefslogtreecommitdiffstats
path: root/lib/public/appframework/http.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/appframework/http.php')
-rw-r--r--lib/public/appframework/http.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/public/appframework/http.php b/lib/public/appframework/http.php
index c584d4ec670..60f314202cc 100644
--- a/lib/public/appframework/http.php
+++ b/lib/public/appframework/http.php
@@ -20,10 +20,16 @@
*
*/
+/**
+ * Public interface of ownCloud for apps to use.
+ * AppFramework\HTTP class
+ */
namespace OCP\AppFramework;
-
+/**
+ * Base class which contains constants for HTTP status codes
+ */
class Http {
const STATUS_CONTINUE = 100;