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

◆ authority

std::string ca_mgm::url::UrlComponents::authority

◆ fragment

std::string ca_mgm::url::UrlComponents::fragment

◆ has_authority

bool ca_mgm::url::UrlComponents::has_authority

◆ has_fragment

bool ca_mgm::url::UrlComponents::has_fragment

◆ has_querystr

bool ca_mgm::url::UrlComponents::has_querystr

◆ has_scheme

bool ca_mgm::url::UrlComponents::has_scheme

◆ pathdata

std::string ca_mgm::url::UrlComponents::pathdata

◆ querystr

std::string ca_mgm::url::UrlComponents::querystr

◆ scheme

std::string ca_mgm::url::UrlComponents::scheme

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