|
ui-utilcpp
1.8.3
|
#include <string>#include <vector>#include <map>#include <ui-utilcpp/Exception.hpp>#include <ui-utilcpp/Text.hpp>

Data Structures | |
| class | UI::Util::Http::Exception |
| Exception for Http namespace. More... | |
| class | UI::Util::Http::RequestLine |
| Parse and represent a request's request line. More... | |
| class | UI::Util::Http::StatusLine |
| Parse and represent a response's status line. More... | |
| class | UI::Util::Http::HeaderField |
| Header field. More... | |
| class | UI::Util::Http::Header |
| Array of header fields. More... | |
Namespaces | |
| UI | |
| Namespace for any Schlund+Partner C++ code. | |
| UI::Util | |
| Namespace for ui-utilcpp. | |
| UI::Util::Http | |
| Namespace for all HTTP related code. | |
Functions | |
| bool | UI::Util::Http::verifyVersion (std::string const &version, bool const &doThrow=true) |
| Helper to verify a version string. | |
1.8.9.1