Cookie管理 Packages

imcookie

``` npm install imcookie ``` ## 页面引入imcookie ``` 页面引入操作 import { getCookie } from "imcookie" ; ``` ## api方法使用 ### 参数 > * 设置cookie,参数:key(名称)必填项*,value(值)必填项*,hour(过期时间)[小时,非必填,留空则为默认] > > setCookie("key",value,hour); > * 获取cookie,参数:key(名称)必填项

0.1.7 • Published 5 years ago

httpity

A wrapper-module around the built in http module, it provides additional utitity getters, setters and methods on request and response objects (IncomingMessage and ServerResponse prototypes that are)

1.2.0 • Published 9 months ago