Orbit Framework
An ultra-modern, asynchronous, cross-platform C++ Web Framework.
Loading...
Searching...
No Matches
server::Http3Stream Struct Reference

#include <QuicHttp3Session.hpp>

Collaboration diagram for server::Http3Stream:

Public Member Functions

 Http3Stream (int64_t id)
 

Public Attributes

int64_t stream_id
 
http::HttpRequest request
 
std::string body_buffer
 
std::vector< std::string > header_storage
 
bool headers_complete {false}
 
std::string response_body
 

Constructor & Destructor Documentation

◆ Http3Stream()

server::Http3Stream::Http3Stream ( int64_t  id)
inline

Member Data Documentation

◆ body_buffer

std::string server::Http3Stream::body_buffer

◆ header_storage

std::vector<std::string> server::Http3Stream::header_storage

◆ headers_complete

bool server::Http3Stream::headers_complete {false}

◆ request

http::HttpRequest server::Http3Stream::request

◆ response_body

std::string server::Http3Stream::response_body

◆ stream_id

int64_t server::Http3Stream::stream_id

The documentation for this struct was generated from the following file: