|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
#include "internal/core/messaging_client.h"#include "internal/http/http_types.h"#include "internal/http/http_parser.h"#include "kcenon/network/detail/utils/result_types.h"#include <string>#include <map>#include <vector>#include <memory>#include <chrono>#include <optional>

Go to the source code of this file.
Classes | |
| struct | kcenon::network::core::http_url |
| Parsed URL components. More... | |
| class | kcenon::network::core::http_client |
| HTTP/1.1 client built on top of messaging_client. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::network |
| Main namespace for all Network System components. | |
| namespace | kcenon::network::core |