[net](../index.md) / [com.drake.net](./index.md) ## Package com.drake.net ### Types | Name | Summary | |---|---| | [Net](-net/index.md) | `object Net` | | [NetConfig](-net-config/index.md) | Net的全局配置`object NetConfig` | ### Extensions for External Classes | Name | Summary | |---|---| | [kotlinx.coroutines.CoroutineScope](kotlinx.coroutines.-coroutine-scope/index.md) | | ### Functions | Name | Summary | |---|---| | [initNet](init-net.md) | 初始化框架`fun initNet(host: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)` = "", config: Builder.() -> `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)` = {}): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)`fun initNet(host: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)` = "", config: Builder): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html) |