Network System 0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
http2_server.h File Reference
#include "frame.h"
#include "hpack.h"
#include "http2_client.h"
#include "http2_request.h"
#include "http2_server_stream.h"
#include "kcenon/network/detail/utils/result_types.h"
#include <asio.hpp>
#include <asio/ssl.hpp>
#include <atomic>
#include <chrono>
#include <cstdint>
#include <functional>
#include <future>
#include <map>
#include <memory>
#include <mutex>
#include <optional>
#include <string>
#include <string_view>
#include <vector>
Include dependency graph for http2_server.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  kcenon::network::protocols::http2::tls_config
 TLS configuration for HTTP/2 server. More...
 
class  kcenon::network::protocols::http2::http2_server
 HTTP/2 server with TLS support. More...
 
class  kcenon::network::protocols::http2::http2_server_connection
 Represents a single HTTP/2 connection on the server side. More...
 

Namespaces

namespace  kcenon
 
namespace  kcenon::network
 Main namespace for all Network System components.
 
namespace  kcenon::network::protocols
 
namespace  kcenon::network::protocols::http2