Nebula
Loading...
Searching...
No Matches
httpclient.h
Go to the documentation of this file.
1#pragma once
2//------------------------------------------------------------------------------
8#ifndef USE_CURL
10namespace Http
11{
16}
17#else
18#include "curl/curlhttpclient.h"
19namespace Http
20{
21class HttpClient: public Http::CurlHttpClient
22{
24};
25}
26
27#endif
28//------------------------------------------------------------------------------
29
30
Use a HTTP client to send HTTP requests to a HTTP server, and receive and decode HTTP responses.
Definition httpclient.h:13
__DeclareClass(HttpClient)
Definition nebulahttpclient.h:26
Use a HTTP client to send HTTP requests to a HTTP server, and receive and decode HTTP responses.
This file was generated with Nebula Trifid's idlc compiler tool.
Definition defaulthttprequesthandler.cc:15
#define __DeclareClass(type)