View source
class Http
package sys
extends HttpBase
Available on cpp, java, lua, macro, hl, neko, cs, php, python
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.