Network System 0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
http_facade.h File Reference

Simplified facade for creating HTTP clients and servers. More...

#include <chrono>
#include <cstdint>
#include <memory>
#include <string>
#include "kcenon/network/types/result.h"
Include dependency graph for http_facade.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Simplified facade for creating HTTP clients and servers.

See also
tcp_facade.h

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.