var http = use('http') return function() { var url = "http://example.com" var b2 = http.fetch(url) if (length(b2) == 0) throw "Empty response" }