|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
Simplified facade for creating HTTP clients and servers. More...
#include <chrono>#include <cstdint>#include <memory>#include <string>#include "kcenon/network/types/result.h"

Go to the source code of this file.
Classes | |
| class | kcenon::network::facade::http_facade |
| Simplified facade for creating HTTP clients and servers. More... | |
| struct | kcenon::network::facade::http_facade::client_config |
| Configuration for creating an HTTP client. More... | |
| struct | kcenon::network::facade::http_facade::server_config |
| Configuration for creating an HTTP server. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::network |
| Main namespace for all Network System components. | |
| namespace | kcenon::network::interfaces |
| namespace | kcenon::network::facade |
Simplified facade for creating HTTP clients and servers.
Provides a template-free API for HTTP/1.1 client/server creation, hiding protocol implementation details behind configuration structs.
Definition in file http_facade.h.