Kea 2.7.5
|
#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>
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. | |