JSONRPCClient.prototype.download()
APINetwork
下载文件
调用方法
- (url, path) -> void
- (url, path, options) -> void
参数介绍
- options: {url, method, headers, encoding, data, timeout, onSuccess, onError}请求选项
- method: String请求类型
- headers: Object<name, value>请求的头部信息
- encoding: String传输的字节编码
- data: BufferOrString需要提交的Payload内容
- timeout: Number请求超时时间
- onSuccess: () -> void当请求返回成功时的回调
- onError: (error) -> void当请求失败时的回调
关联API
- JSONRPCClient()
- JSONRPCClient.prototype.getCookies()
- JSONRPCClient.prototype.jsonRPC()
- JSONRPCClient.prototype.multipartRequest()
- JSONRPCClient.prototype.request()
- JSONRPCClient.prototype.setCookie()