http_client::~http_client Destructor
Note the destructor doesn't necessarily close the connection and release resources. The connection is reference counted with the http_responses.
~http_client();
Requirements
Header: http_client.h
Namespace: web::http::client