Closed
Description
The demo client should have an easy to use method for sync-calls like
template <typename ResponseBody, typename RequestBody>
http::response<ResponseBody> execute(http::request<RequestBody> request);
The method looks at the scheme of the target url of the request.
If http then do http stuff.
If https then do https stuff.
Thanks :-)