auto request = get("http://arsdnet.net/"); request.send();
auto response = get("http://arsdnet.net/").waitForCompletion();
See Implementation
auto request = get("http://arsdnet.net/"); request.send();
auto response = get("http://arsdnet.net/").waitForCompletion();