1.0.1 • Published 7 years ago

http-map v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

http-map

A fast request library with XHR.

API Reference

Request

参数描述类型值域默认值是否必须
url请求地址String
method请求类型Stringget, post, jsonpget
timeout请求超时时间,默认不会超时Number0
credentials跨域请求是否可以发送凭据(例如:Cookie)Booleanfalse
headers请求头部Object{'Accept': '/', 'Content-Type': 'application/x-www-form-urlencoded'}
paramsget请求参数Object{}
bodypost请求参数,支持FormDataObjectnull
progress请求实时进度Functionnull

Response

参数描述类型
status状态码Number
statusText状态描述String
result返回数据Any