#include <cel_urlutil.h>
UrlComponents is to contain cracked URL parts and used with separateUrl function.
Celartem::Url::UrlComponents::UrlComponents |
( |
| ) |
|
|
inline |
Constructor to initialize all the members.
String Celartem::Url::UrlComponents::extra |
extra parts like "?hoge=var&foo=1"
String Celartem::Url::UrlComponents::hostName |
host name or dotted decimal notation of IP address.
String Celartem::Url::UrlComponents::passPhrase |
pass phrase embed as "user:pass@host"
.
String Celartem::Url::UrlComponents::path |
path like "/foo/bar/hoge.html"
u16 Celartem::Url::UrlComponents::port |
port number if available, otherwise 0.
String Celartem::Url::UrlComponents::scheme |
scheme such as "http"
, "https"
and so on.
String Celartem::Url::UrlComponents::userName |
user name embed as "user:pass@host"
.
The documentation for this struct was generated from the following file: