MySQL 8.0.40
Source Code Documentation
HttpClientConnectionBase::impl Class Reference

Public Member Functions

 impl ()=default
 

Public Attributes

std::unique_ptr< evhttp_connection, decltype(&evhttp_connection_free)> conn
 

Constructor & Destructor Documentation

◆ impl()

HttpClientConnectionBase::impl::impl ( )
default

Member Data Documentation

◆ conn

std::unique_ptr<evhttp_connection, decltype(&evhttp_connection_free)> HttpClientConnectionBase::impl::conn
Initial value:
{
nullptr, &evhttp_connection_free}

The documentation for this class was generated from the following file: