Public Attributes

Celartem::Url::UrlComponents Struct Reference

#include <cel_urlutil.h>

List of all members.

Public Attributes

String scheme
String userName
String passPhrase
String hostName
u16 port
String path
String extra

Detailed Description

UrlComponents is to contain cracked URL parts and used with separateUrl function.


Member Data Documentation

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".


The documentation for this struct was generated from the following file:

This document is made with doxygen 1.7.1 at Thu Feb 17 2011 15:40:19.
Caminova Logo