View source
class Http
package sys
extends HttpBase
Available on hl, python, neko, macro, cpp, php, jvm, lua
Static variables
Static methods
staticrequestUrl(url:String):String
Makes 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.