sugar-xhr:围绕Superagent的简化Promise包装器。 基于 orodiooro-xhr

时间:2024-06-19 03:12:53
【文件属性】:

文件名称:sugar-xhr:围绕Superagent的简化Promise包装器。 基于 orodiooro-xhr

文件大小:6KB

文件格式:ZIP

更新时间:2024-06-19 03:12:53

JavaScript

糖-xhr 用法 import { post } from 'sugar-xhr' let options = { headers: { 'X-Foo': 'bar' } } post('http://foobar.com', { foo: 'bar' }, opts).then(function(resp) { console.log(resp.body) }) import get from 'sugar-xhr/get' get('http://google.com').then(function(resp) { console.log(resp.text) }) 方法 get(url: String, data?: PlainObject, opts?: PlainObject) 使用data参数会将对象编码到 url 的查询字符串中。 选项直接传递给超级代理。 po


【文件预览】:
sugar-xhr-master
----post()
--------index.js(124B)
----webpack.config.js(474B)
----lib()
--------request.js(371B)
--------response.js(209B)
----get()
--------index.js(387B)
----test()
--------index.js(185B)
----put()
--------index.js(123B)
----dist()
--------index.js(6KB)
----delete()
--------index.js(118B)
----.gitignore(37B)
----index.js(144B)
----readme.md(680B)
----package.json(829B)

网友评论