[net](../../index.md) / [com.drake.net.response](../index.md) / [okhttp3.Response](./index.md) ### Extensions for okhttp3.Response | Name | Summary | |---|---| | [file](file.md) | 下载到指定文件`fun Response.file(): `[`File`](https://docs.oracle.com/javase/6/docs/api/java/io/File.html)`?` | | [fileName](file-name.md) | 按照以下顺序返回最终的下载文件的名称`fun Response.fileName(): `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | | [logString](log-string.md) | 响应日志信息 只会输出JSON(application/json)和文本(text/\*)字符串日志`fun Response.logString(byteCount: `[`Long`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)` = 1024 * 1024 * 4): `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`?` |