1.0.7 • Published 2 years ago

x.web.cookie.11 v1.0.7

Weekly downloads
-
License
GPL-3.0-or-later
Repository
-
Last release
2 years ago

#install

npm i x.web.cookie.11

#cookie

let cookie = require('x.web.cookie.11').cookie;

new cookie(toCookieDirPathName); // default "./cookie"

new cookie().write(request.headers);

new cookie().read(`https://localhost/` || {host: 'localhost', path:'/'}); // return ['name_1=true', 'name2=value_2'];
1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago