|
|
Files | |
curl_connection_pool_private.hpp | |
The curl connection pool provides the utilities for creating a new curl connection and to keep a pool of connections to be re-used. | |
curl_connection_private.hpp | |
The libcurl connection keeps the curl handle and performs the data transfer to the network. | |
curl_session_private.hpp | |
The curl session consumes a curl connection to perform a request with it and start streaming the response. | |