Class for handling HTML urls. More...

#include <html_url.h>

Public Member Functions

 HTMLUrl ()
 HTMLUrl (const std::string &url, const HTMLUrl &base=HTMLUrl())
std::string to_string () const

Public Attributes

std::string content_type
std::string data
std::string encoding
std::string host
std::string path
std::string port
std::string query
std::string scheme

Detailed Description

Class for handling HTML urls.

Constructor & Destructor Documentation

◆ HTMLUrl() [1/2]

clan::HTMLUrl::HTMLUrl ( )

Referenced by HTMLUrl().

◆ HTMLUrl() [2/2]

clan::HTMLUrl::HTMLUrl ( const std::string & url,
const HTMLUrl & base = HTMLUrl() )

References HTMLUrl(), and clan::url.

Member Function Documentation

◆ to_string()

std::string clan::HTMLUrl::to_string ( ) const

Member Data Documentation

◆ content_type

std::string clan::HTMLUrl::content_type

◆ data

std::string clan::HTMLUrl::data

◆ encoding

std::string clan::HTMLUrl::encoding

◆ host

std::string clan::HTMLUrl::host

◆ path

std::string clan::HTMLUrl::path

◆ port

std::string clan::HTMLUrl::port

◆ query

std::string clan::HTMLUrl::query

◆ scheme

std::string clan::HTMLUrl::scheme

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