From c8d40dccabaaa406faed6c0797a92bac811c9d0f Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Tue, 5 Jun 2018 19:07:27 +0300 Subject: Update docs --- docs/class_tg_bot_1_1_url.html | 39 ++++++++++++++++++++++++++------------- 1 file changed, 26 insertions(+), 13 deletions(-) (limited to 'docs/class_tg_bot_1_1_url.html') diff --git a/docs/class_tg_bot_1_1_url.html b/docs/class_tg_bot_1_1_url.html index 6ee3f1c..594a4f5 100644 --- a/docs/class_tg_bot_1_1_url.html +++ b/docs/class_tg_bot_1_1_url.html @@ -88,6 +88,9 @@ $(document).ready(function(){initNavTree('class_tg_bot_1_1_url.html','');});
+

This class parses a string with the url. + More...

+

#include <Url.h>

+ + + + +

@@ -98,20 +101,25 @@ Public Member Functions

Public Attributes

std::string protocol
 Protocol part of an url. Example: https://. More...
 
std::string host
 Host part of an url. Example: www.example.com. More...
 
std::string path
 Path part of an url including preceding '/' char. Example: /index.html. More...
 
std::string query
 Query part of an url without '?' char. Example: a=1&b=2&c=3. More...
 
std::string fragment
 Fragment part of an url without '#' char. Example: section1. More...
 

Detailed Description

-

This class parses a string with the url

+

This class parses a string with the url.

-

Definition at line 34 of file Url.h.

+

Definition at line 35 of file Url.h.

Constructor & Destructor Documentation

◆ Url()

@@ -143,9 +151,10 @@ Public Attributes
-

Fragment part of an url without '#' char. Example: section1

-

Definition at line 62 of file Url.h.

+

Fragment part of an url without '#' char. Example: section1.

+ +

Definition at line 63 of file Url.h.

@@ -160,9 +169,10 @@ Public Attributes
-

Host part of an url. Example: www.example.com

-

Definition at line 47 of file Url.h.

+

Host part of an url. Example: www.example.com.

+ +

Definition at line 48 of file Url.h.

@@ -177,9 +187,10 @@ Public Attributes
-

Path part of an url including preceding '/' char. Example: /index.html

-

Definition at line 52 of file Url.h.

+

Path part of an url including preceding '/' char. Example: /index.html.

+ +

Definition at line 53 of file Url.h.

@@ -194,9 +205,10 @@ Public Attributes
-

Protocol part of an url. Example: https://

-

Definition at line 42 of file Url.h.

+

Protocol part of an url. Example: https://.

+ +

Definition at line 43 of file Url.h.

@@ -211,9 +223,10 @@ Public Attributes
-

Query part of an url without '?' char. Example: a=1&b=2&c=3

-

Definition at line 57 of file Url.h.

+

Query part of an url without '?' char. Example: a=1&b=2&c=3.

+ +

Definition at line 58 of file Url.h.

@@ -226,7 +239,7 @@ Public Attributes