Package com.drake.net.response

Functions

convert
Link copied to clipboard
inline fun <R> Response.convert(): R
响应体使用转换器处理数据
fun <R> Response.convert(type: Type): R
响应体使用转换器处理数据 本方法仅为兼容Java使用存在
file
Link copied to clipboard
fun Response.file(): File?
下载到指定文件
fileName
Link copied to clipboard
fun Response.fileName(): String
按照以下顺序返回最终的下载文件的名称
  1. 指定文件名

  2. 响应头文件名

  3. 请求URL路径

  4. 时间戳