def test_http_get url = "http://localhost:8080" response = HTTPLite.get(url) if response[:status] == 200 p response[:body] end end