Skip to content

Commit 8e999f5

Browse files
author
bmeck
committed
readme
1 parent 900241e commit 8e999f5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ Simple robust cookie library
2929
* String name - name of the cookie
3030
* String value - string associated with the cookie
3131
* 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
3233
* 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
3335
* Boolean noscript - if it should be kept from scripts
3436
* Boolean secure - should it only be transmitted over secure means
3537
* Number expiration_date - number of millis since 1970 at which this should be removed

0 commit comments

Comments
 (0)