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.