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

Go to the source code of this file.

Classes

class  kcenon::network::protocols::http2::http2_server_stream
 Server-side HTTP/2 stream for sending responses. More...
 

Namespaces

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