HttpRequest

open fun HttpRequest(url: String)
open fun HttpRequest(url: String, @Nullable() headers: Map<String, String>, @Nullable() body: Array<Byte>, httpMethod: String)