libcamgm
Public Attributes | List of all members
ca_mgm::url::UrlComponents Struct Reference

#include <UrlUtils.hpp>

Public Attributes

std::string scheme
 
std::string authority
 
std::string pathdata
 
std::string querystr
 
std::string fragment
 
bool has_scheme
 
bool has_authority
 
bool has_querystr
 
bool has_fragment
 

Detailed Description

Simple structure containing main url components.

Member Data Documentation

std::string ca_mgm::url::UrlComponents::authority
std::string ca_mgm::url::UrlComponents::fragment
bool ca_mgm::url::UrlComponents::has_authority
bool ca_mgm::url::UrlComponents::has_fragment
bool ca_mgm::url::UrlComponents::has_querystr
bool ca_mgm::url::UrlComponents::has_scheme
std::string ca_mgm::url::UrlComponents::pathdata
std::string ca_mgm::url::UrlComponents::querystr
std::string ca_mgm::url::UrlComponents::scheme

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