#include <cel_urlutil.h>
Public Attributes | |
| String | scheme |
| String | userName |
| String | passPhrase |
| String | hostName |
| u16 | port |
| String | path |
| String | extra |
UrlComponents is to contain cracked URL parts and used with separateUrl function.
extra parts like "?hoge=var&foo=1"
host name or dotted decimal notation of IP address.
pass phrase embed as "user:pass@host".
path like "/foo/bar/hoge.html"
port number if available, otherwise 0.
scheme such as "http", "https" and so on.
user name embed as "user:pass@host".