Skip to content

DownloadTask.onHeadersReceived

js
    DownloadTask.onHeadersReceived(function callback)

监听 HTTP Response Header 事件

会比请求完成事件更早

参数

  • function callback: HTTP Response Header 事件的回调函数

callback 回调函数的参数

  • Object res: 返回 HTTP Response Header 信息
属性类型说明
headerObject开发者服务器返回的 HTTP Response Header