Kea 2.5.8
client.h File Reference
#include <asiolink/io_service.h>
#include <asiolink/tls_socket.h>
#include <exceptions/exceptions.h>
#include <http/url.h>
#include <http/request.h>
#include <http/response.h>
#include <boost/shared_ptr.hpp>
#include <functional>
#include <string>
#include <thread>
#include <vector>
+ Include dependency graph for client.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  isc::http::HttpClient
 HTTP client class. More...
 
class  isc::http::HttpClientError
 A generic error raised by the HttpClient class. More...
 
struct  isc::http::HttpClient::RequestTimeout
 HTTP request/response timeout value. More...
 

Namespaces

namespace  isc
 Defines the logger used by the top-level component of kea-lfc.
 
namespace  isc::http
 

Typedefs

typedef boost::shared_ptr< HttpClient > isc::http::HttpClientPtr
 Defines a pointer to an HttpClient instance.