[net](../../index.md) / [com.drake.net.okhttp](../index.md) / [okhttp3.OkHttpClient](./index.md) ### Extensions for okhttp3.OkHttpClient | Name | Summary | |---|---| | [cancelGroup](cancel-group.md) | 取消OkHttp客户端中指定Group的请求 如果使用的是Net创建的网络请求请使用[com.drake.net.Net.cancelGroup](../../com.drake.net/-net/cancel-group.md)`fun OkHttpClient.cancelGroup(group: `[`Any`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)`?): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html) | | [cancelId](cancel-id.md) | 取消OkHttp客户端中指定Id的请求 如果使用的是Net创建的网络请求请使用[com.drake.net.Net.cancelId](../../com.drake.net/-net/cancel-id.md)`fun OkHttpClient.cancelId(id: `[`Any`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)`?): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html) | | [toNetOkhttp](to-net-okhttp.md) | `fun OkHttpClient.toNetOkhttp(): ` |