Skip to content

Instantly share code, notes, and snippets.

@deanberris
Created September 25, 2012 12:23
Show Gist options
  • Save deanberris/3781462 to your computer and use it in GitHub Desktop.
Save deanberris/3781462 to your computer and use it in GitHub Desktop.
Simple HTTP Client API
namespace http = network::http;
http::client client;
auto response = client.get("https://www.example.com/foo");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment