Simple Http Utils
Types
Link copied to clipboard
interface EntityBuilder
Functions
Link copied to clipboard
fun httpAccess(url: String, method: String = "GET", headers: Map<String, String> = emptyMap(), requestBody: RequestBody? = null): SimpleHttpResponse