Skip to content

Instantly share code, notes, and snippets.

@abdurraufahmad
Created September 11, 2019 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abdurraufahmad/086c6e61f6b4aec19547bd50b023937d to your computer and use it in GitHub Desktop.
Save abdurraufahmad/086c6e61f6b4aec19547bd50b023937d to your computer and use it in GitHub Desktop.
// mannir
http_client client(U("https://trs.requestcatcher.com"));
// Build request URI and start the request.
uri_builder builder(U("/test"));
builder.append_query(U("q"), U("cpprestsdk github"));
client.request(methods::GET, builder.to_string());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment