SimpleHttpUtils

处理简单的 http 访问,这样就可以无视无视环境

Author

CJ

Types

Link copied to clipboard
interface EntityBuilder

Functions

Link copied to clipboard
@JvmStatic
fun httpAccess(url: String, method: String = "GET", headers: Map<String, String> = emptyMap(), requestBody: RequestBody? = null): SimpleHttpResponse