cookie
[mdref/mdref-http] / http / Cookie.md
diff --git a/http/Cookie.md b/http/Cookie.md
new file mode 100644 (file)
index 0000000..e0ca8cb
--- /dev/null
@@ -0,0 +1,16 @@
+# class http\Cookie extends http\Object
+
+A class representing a lisdt of cookies with specific attributes.
+
+## Constants:
+
+* PARSE_RAW  
+  Do not decode cookie contents.
+* SECURE  
+  The cookies' flags have the secure attribute set.
+* HTTPONLY  
+  The cookies' flags have the httpOnly attribute set.
+
+## Properties:
+
+None.