UPnPsdk 0.1
Universal Plug and Play +, Software Development Kit
 
Loading...
Searching...
No Matches
UPnPsdk::CUri Class Reference

Stores a URL and provides its host with port part. More...

#include <httpreadwrite.hpp>

Public Member Functions

 CUri (std::string a_url_str)
 Constructor.
 

Public Attributes

const std::string url_str
 URL.
 
std::string hostport
 Host with port part from the URL.
 

Detailed Description

Stores a URL and provides its host with port part.

Definition at line 235 of file httpreadwrite.hpp.

Constructor & Destructor Documentation

◆ CUri()

UPnPsdk::CUri::CUri ( std::string  a_url_str)

Constructor.

Definition at line 13 of file httpreadwrite.cpp.

Member Data Documentation

◆ url_str

const std::string UPnPsdk::CUri::url_str

URL.

Definition at line 238 of file httpreadwrite.hpp.

◆ hostport

std::string UPnPsdk::CUri::hostport

Host with port part from the URL.

Definition at line 240 of file httpreadwrite.hpp.


The documentation for this class was generated from the following files: