Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
sysio::client::http::parsed_url Struct Reference

#include <httpc.hpp>

Inheritance diagram for sysio::client::http::parsed_url:
Collaboration diagram for sysio::client::http::parsed_url:

Public Member Functions

parsed_url operator+ (string sub_path)
 

Static Public Member Functions

static string normalize_path (const string &path)
 

Public Attributes

string scheme
 
string server
 
string port
 
string path
 

Detailed Description

Definition at line 19 of file httpc.hpp.

Member Function Documentation

◆ normalize_path()

static string sysio::client::http::parsed_url::normalize_path ( const string & path)
static

◆ operator+()

parsed_url sysio::client::http::parsed_url::operator+ ( string sub_path)
inline

Definition at line 27 of file httpc.hpp.

27 {
28 return {scheme, server, port, path + sub_path};
29 }
websocketpp::server< websocketpp::config::asio > server

Member Data Documentation

◆ path

string sysio::client::http::parsed_url::path

Definition at line 23 of file httpc.hpp.

◆ port

string sysio::client::http::parsed_url::port

Definition at line 22 of file httpc.hpp.

◆ scheme

string sysio::client::http::parsed_url::scheme

Definition at line 20 of file httpc.hpp.

◆ server

string sysio::client::http::parsed_url::server

Definition at line 21 of file httpc.hpp.


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