Abstract base class for HTTP clients. More...
#include <qryptsecurity_http.h>
Public Member Functions | |
virtual HttpResponse | send (const HttpRequest &httpRequest)=0 |
Sends an HTTP request using a given configuration object. HttpClientError must be raised for any error cases. More... | |
Protected Member Functions | |
HttpClient () | |
Custom constructor More... | |
virtual | ~HttpClient () |
Custom destructor More... | |
Abstract base class for HTTP clients.
Instances of this class should not be created directly.
|
inlineprotected |
Custom constructor
|
inlineprotectedvirtual |
Custom destructor
|
pure virtual |
Sends an HTTP request using a given configuration object. HttpClientError must be raised for any error cases.
HttpRequest | The HTTP request arguments |