httpAccess

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