File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CookieJar
22
3+ [ ![ NPM version] ( http://img.shields.io/npm/v/cookiejar.svg )] ( https://www.npmjs.org/package/cookiejar )
4+ [ ![ devDependency Status] ( https://david-dm.org/bmeck/node-cookiejar/dev-status.svg )] ( https://david-dm.org/bmeck/node-cookiejar?type=dev )
5+
36Simple robust cookie library
47
58## Exports
@@ -19,7 +22,7 @@ Simple robust cookie library
1922### Cookie(cookiestr_or_cookie, request_domain, request_path)
2023
2124 turns input into a Cookie (singleton if given a Cookie)
22- the `request_domain` argument is used to default the domain if it is not explicit in the cookie string
25+ the `request_domain` argument is used to default the domain if it is not explicit in the cookie string
2326 the `request_path` argument is used to set the path if it is not explicit in a cookie String.
2427
2528 explicit domains/paths will cascade, implied domains/paths must *exactly* match (see http://en.wikipedia.org/wiki/HTTP_cookie#Domain_and_Pat)
You can’t perform that action at this time.
0 commit comments