SimpleHttpUtils

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

Author

CJ

Functions

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