From e2871c54a71a8015923b8215816c2a81e1b0c209 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:12:21 +0900 Subject: Regenerate docs --- docs/class_tg_bot_1_1_http_client.html | 186 --------------------------------- 1 file changed, 186 deletions(-) delete mode 100644 docs/class_tg_bot_1_1_http_client.html (limited to 'docs/class_tg_bot_1_1_http_client.html') diff --git a/docs/class_tg_bot_1_1_http_client.html b/docs/class_tg_bot_1_1_http_client.html deleted file mode 100644 index fbac82f..0000000 --- a/docs/class_tg_bot_1_1_http_client.html +++ /dev/null @@ -1,186 +0,0 @@ - - - - - - - -tgbot-cpp: TgBot::HttpClient Class Reference - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
TgBot::HttpClient Class Reference
-
-
- -

This class makes http requests. - More...

- -

#include <HttpClient.h>

- - - - - -

-Public Member Functions

std::string makeRequest (const Url &url, const std::vector< HttpReqArg > &args)
 Sends a request to the url. More...
 
- - - - -

-Static Public Member Functions

static HttpClientgetInstance ()
 Returns instance which lives during all application lifetime. More...
 
-

Detailed Description

-

This class makes http requests.

- -

Definition at line 41 of file HttpClient.h.

-

Member Function Documentation

- -

◆ getInstance()

- -
-
- - - - - -
- - - - - - - -
static HttpClient& TgBot::HttpClient::getInstance ()
-
-static
-
- -

Returns instance which lives during all application lifetime.

- -
-
- -

◆ makeRequest()

- -
-
- - - - - - - - - - - - - - - - - - -
std::string TgBot::HttpClient::makeRequest (const Urlurl,
const std::vector< HttpReqArg > & args 
)
-
- -

Sends a request to the url.

-

If there's no args specified, a GET request will be sent, otherwise a POST request will be sent. If at least 1 arg is marked as file, the content type of a request will be multipart/form-data, otherwise it will be application/x-www-form-urlencoded.

- -
-
-
The documentation for this class was generated from the following file: -
-
- - - - -- cgit v1.2.3 From 3e5a28fa0a1ba2d461271f22399476c241bcffe3 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:15:42 +0900 Subject: Regenerate docs --- docs/class_tg_bot_1_1_http_client.html | 209 +++++++++++++++++++++++++++++++++ 1 file changed, 209 insertions(+) create mode 100644 docs/class_tg_bot_1_1_http_client.html (limited to 'docs/class_tg_bot_1_1_http_client.html') diff --git a/docs/class_tg_bot_1_1_http_client.html b/docs/class_tg_bot_1_1_http_client.html new file mode 100644 index 0000000..9012991 --- /dev/null +++ b/docs/class_tg_bot_1_1_http_client.html @@ -0,0 +1,209 @@ + + + + + + +tgbot-cpp: TgBot::HttpClient Class Reference + + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::HttpClient Class Reference
+
+
+ +

This class makes http requests. + More...

+ +

#include <HttpClient.h>

+ + + + + +

+Public Member Functions

std::string makeRequest (const Url &url, const std::vector< HttpReqArg > &args)
 Sends a request to the url. More...
 
+ + + + +

+Static Public Member Functions

static HttpClientgetInstance ()
 Returns instance which lives during all application lifetime. More...
 
+

Detailed Description

+

This class makes http requests.

+ +

Definition at line 41 of file HttpClient.h.

+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
static HttpClient& TgBot::HttpClient::getInstance ()
+
+static
+
+ +

Returns instance which lives during all application lifetime.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
std::string TgBot::HttpClient::makeRequest (const Urlurl,
const std::vector< HttpReqArg > & args 
)
+
+ +

Sends a request to the url.

+

If there's no args specified, a GET request will be sent, otherwise a POST request will be sent. If at least 1 arg is marked as file, the content type of a request will be multipart/form-data, otherwise it will be application/x-www-form-urlencoded.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.3