Skip to content

Commit

Permalink
Update Http.request in the Empty backend
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Nov 5, 2023
1 parent f1dc068 commit bef6602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Backends/Empty/kha/network/Http.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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<String, String>,
callback: Int->Int->String->Void /*error, response, body*/): Void {}
}

0 comments on commit bef6602

Please sign in to comment.