0.1.0 • Published 8 years ago
irequest v0.1.0
irequest
request to class
Install 安装
$ npm install --save irequestUsage 使用方法
Bind and trigger events 绑定和触发事件
const rb = new irequest.RequestBase()
rb.request(`http://localhost:3000/api/user`).then((reply) => {
console.log(reply)
})License
MIT © zswang