Is there a standard class that simply returns the response received from a URL given a URL?
Looking through the documentation, I found mx.servicetags.HTTPService, but I don't think it's what I'm looking for.
Update: The request is happening inside of a function and therefore that same function has to return the result. In other words, callbacks aren't going to work.