LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::http::Url Struct Reference

The pieces of an http:// URL this client needs. More...

#include <line/util/http.h>

Collaboration diagram for line::http::Url:

Public Attributes

std::string host
int port = 80
std::string path = "/"

Detailed Description

The pieces of an http:// URL this client needs.

Definition at line 66 of file http.h.

Member Data Documentation

◆ host

std::string line::http::Url::host

Definition at line 67 of file http.h.

Referenced by line::http::parse_url().

◆ path

std::string line::http::Url::path = "/"

Definition at line 69 of file http.h.

Referenced by line::http::parse_url().

◆ port

int line::http::Url::port = 80

Definition at line 68 of file http.h.

Referenced by line::http::parse_url().


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