IHttpManager

interface IHttpManager

Http下载管理器 默认提供 HttpManagerOkHttpManager 两种实现。

Author

Jenly

Follow me

Inheritors

Functions

Link copied to clipboard
abstract fun cancel()

取消下载

Link copied to clipboard
abstract fun download(url: String, filepath: String, headers: Map<String, String>? = null): Flow<DownloadState>

下载