Google APIs Client Library for C++
|
The HTTP transport layer does not include any specific HTTP implementations. More...
Classes | |
class | CurlHttpTransport |
A concrete HttpTransport that is implemented using the open source CURL library. More... | |
class | CurlHttpTransportFactory |
Factory for creating CurlHttpTransport instances. More... |
The HTTP transport layer does not include any specific HTTP implementations.
This module contains concrete transport implementations that can be used in practice. These transports use specialized classes and the injection mechanisms provided by the core transport layer in order to seamlessly integrate concrete implementations.
Additional transports can be found in among the Transport Layer Testing components.