Public Member Functions | Public Attributes | List of all members
Celartem::Url::UrlComponents Struct Reference

#include <cel_urlutil.h>

Public Member Functions

 UrlComponents ()
 

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.

Constructor & Destructor Documentation

Celartem::Url::UrlComponents::UrlComponents ( )
inline

Constructor to initialize all the members.

Member Data Documentation

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:

Cuminas DjVu SDK 3.0.33103
This document is made with doxygen 1.8.5 at Sun Dec 15 2013 19:38:07.
Cuminas Logo