My Project 3.2.0
C++ Distributed Hash Table
Loading...
Searching...
No Matches
dht::http::Url Class Reference
Collaboration diagram for dht::http::Url:

Public Member Functions

 Url (const std::string &url)
 
std::string toString () const
 

Public Attributes

std::string url
 
std::string protocol {"http"}
 
std::string host
 
std::string service
 
std::string target
 
std::string query
 
std::string fragment
 

Detailed Description

Definition at line 71 of file http.h.

Member Data Documentation

◆ fragment

std::string dht::http::Url::fragment

Definition at line 82 of file http.h.

◆ host

std::string dht::http::Url::host

Definition at line 78 of file http.h.

◆ protocol

std::string dht::http::Url::protocol {"http"}

Definition at line 77 of file http.h.

◆ query

std::string dht::http::Url::query

Definition at line 81 of file http.h.

◆ service

std::string dht::http::Url::service

Definition at line 79 of file http.h.

◆ target

std::string dht::http::Url::target

Definition at line 80 of file http.h.

◆ url

std::string dht::http::Url::url

Definition at line 76 of file http.h.


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