We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 900241e commit 8e999f5Copy full SHA for 8e999f5
1 file changed
readme.md
@@ -29,7 +29,9 @@ Simple robust cookie library
29
* String name - name of the cookie
30
* String value - string associated with the cookie
31
* String domain - domain to match (on a cookie a '.' at the start means a wildcard matching anything ending in the rest)
32
+* Boolean explicit_domain - if the domain was explicitly set via the cookie string
33
* String path - base path to match (matches any path starting with this '/' is root)
34
+* Boolean explicit_path - if the path was explicitly set via the cookie string
35
* Boolean noscript - if it should be kept from scripts
36
* Boolean secure - should it only be transmitted over secure means
37
* Number expiration_date - number of millis since 1970 at which this should be removed
0 commit comments