Lolly 1.4.27
Loading...
Searching...
No Matches
https_url.cpp
Go to the documentation of this file.
1
2/******************************************************************************
3 * MODULE : https_url.cpp
4 * DESCRIPTION: url rooted with https://
5 * COPYRIGHT : (C) 1999 Joris van der Hoeven
6 * 2023 Darcy Shen
7 *******************************************************************************
8 * This software falls under the GNU general public license version 3 or later.
9 * It comes WITHOUT ANY WARRANTY WHATSOEVER. For details, see the file LICENSE
10 * in the root directory or <https://www.gnu.org/licenses/gpl-3.0.html>.
11 ******************************************************************************/
12
13#include "url.hpp"
14
16 : url (url_root ("https") * url_get_name (name)) {}
17
19 : url (url_root ("https") * url_get_name (string (name))) {}
https_url(const char *name)
Definition https_url.cpp:18
The list class represents a linked list.
Definition list.hpp:48
Definition url.hpp:37
url url_root(string protocol)
Definition url.cpp:96
url url_get_name(string s, int type, int i)
Definition url.cpp:190