CCF
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ccf::http::ParserConfiguration Struct Reference

#include <http_configuration.h>

Public Member Functions

bool operator== (const ParserConfiguration &other) const =default
 

Public Attributes

std::optional< ccf::ds::SizeStringmax_body_size = std::nullopt
 
std::optional< ccf::ds::SizeStringmax_header_size = std::nullopt
 
std::optional< uint32_t > max_headers_count = std::nullopt
 
std::optional< size_t > max_concurrent_streams_count = std::nullopt
 
std::optional< ccf::ds::SizeStringinitial_window_size = std::nullopt
 
std::optional< ccf::ds::SizeStringmax_frame_size = std::nullopt
 

Member Function Documentation

◆ operator==()

bool ccf::http::ParserConfiguration::operator== ( const ParserConfiguration other) const
default

Member Data Documentation

◆ initial_window_size

std::optional<ccf::ds::SizeString> ccf::http::ParserConfiguration::initial_window_size = std::nullopt

◆ max_body_size

std::optional<ccf::ds::SizeString> ccf::http::ParserConfiguration::max_body_size = std::nullopt

◆ max_concurrent_streams_count

std::optional<size_t> ccf::http::ParserConfiguration::max_concurrent_streams_count = std::nullopt

◆ max_frame_size

std::optional<ccf::ds::SizeString> ccf::http::ParserConfiguration::max_frame_size = std::nullopt

◆ max_header_size

std::optional<ccf::ds::SizeString> ccf::http::ParserConfiguration::max_header_size = std::nullopt

◆ max_headers_count

std::optional<uint32_t> ccf::http::ParserConfiguration::max_headers_count = std::nullopt

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