mithril-requests:向 Mithril.js 添加糖 HTTP 方法

时间:2024-07-04 09:37:22
【文件属性】:

文件名称:mithril-requests:向 Mithril.js 添加糖 HTTP 方法

文件大小:6KB

文件格式:ZIP

更新时间:2024-07-04 09:37:22

JavaScript

秘银请求 为现有请求库创建糖 http 方法 安装 下载 NPM: npm install mithril-requests 设置 var m = require ( 'mithril' ) var requests = require ( 'mithril-requests' ) m = requests ( m ) 文档 m.request.verb(url[, options]) 在底层方法上调用 XHR 请求的方法,完全支持所有选项,除了将url和method值分开外,api 没有任何区别。 例子 m . request . get ( 'mockbin.com/request' ) . then ( function ( value ) { console . log ( value ) } ) 动词 这是一个受支持的小写方法名称数组。 get post pu


【文件预览】:
mithril-requests-master
----.jshintrc(738B)
----mithril.requests.js(2KB)
----.travis.yml(126B)
----LICENSE(1KB)
----test()
--------mithril.requests.js(1KB)
----README.md(3KB)
----Makefile(539B)
----.gitignore(198B)
----package.json(661B)

网友评论