ADTF  3.18.2
tURIComponents

URL component datatype. More...

Public Attributes

A_UTILS_NS::cString strScheme
 The URL scheme (e.g. More...
 
cAuthority oAuthority
 The authority bit of the URL including user authentication and the hosts address parameters.
 
A_UTILS_NS::cString strPath
 The optional resource path on the referenced host.
 
cQuery oQuery
 An optional query related to the referenced host or the referenced resource thereon.
 
A_UTILS_NS::cString strFragment
 An optional related to the referenced resource.
 

Detailed Description

URL component datatype.

Definition at line 218 of file url.h.

Member Data Documentation

◆ strScheme

The URL scheme (e.g.

http, tcp, etc) - mandatory.

Definition at line 223 of file url.h.