package haxe.http
extends HttpBase
Available on js
staticrequestUrl(url:String):StringMakes a synchronous request to url.
This creates a new Http instance and makes a GET request by calling its request(false) method.
If url is null, the result is unspecified.
new(url:String)async:BoolwithCredentials:Boolcancel():VoidCancels this Http request if request has been called and a response has not yet been received.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/haxe/http/HttpJs.html