0.1.4 • Published 7 years ago

http-helper v0.1.4

Weekly downloads
7
License
AGPL-3.0
Repository
github
Last release
7 years ago

http-helper

##简易的网络接口调用工具 http请求的工具操作集,包含请求超时时间设置 提供request、get、post等方法调用远程接口 ##安装与初始化,node

npm install http-helper
var httpHelper = require('http-helper');

##方法调用说明 也可以执行grunt命令,查看doc文件夹下生成的帮助文档 ###request:发起远程请求的基础方法 npm.io ###RequestCallback:数据回调方法 npm.io ###get:以GET的方式发起远程请求,内部调用request npm.io ###post:以POST的方式发起远程请求,内部调用request npm.io

0.1.4

7 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago