diff --git a/Backends/Empty/kha/network/Http.hx b/Backends/Empty/kha/network/Http.hx index 93e07fbaf..6ee616d3f 100644 --- a/Backends/Empty/kha/network/Http.hx +++ b/Backends/Empty/kha/network/Http.hx @@ -3,6 +3,6 @@ package kha.network; import haxe.io.Bytes; class Http { - public static function request(url: String, path: String, data: String, port: Int, secure: Bool, method: HttpMethod, contentType: String, + public static function request(url: String, path: String, data: String, port: Int, secure: Bool, method: HttpMethod, headers: Map, callback: Int->Int->String->Void /*error, response, body*/): Void {} }