![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The pieces of an http:// URL this client needs. More...
#include <line/util/http.h>
Public Attributes | |
| std::string | host |
| int | port = 80 |
| std::string | path = "/" |
| std::string line::http::Url::host |
Definition at line 67 of file http.h.
Referenced by line::http::parse_url().
| std::string line::http::Url::path = "/" |
Definition at line 69 of file http.h.
Referenced by line::http::parse_url().
| int line::http::Url::port = 80 |
Definition at line 68 of file http.h.
Referenced by line::http::parse_url().