Boost.HTTP.Proto

    • HTTP Primer
    • Messages
    • Sans-I/O Philosophy
    • HTTP Protocol Basics
    • header_containers.adoc
    • Message Bodies
    • Serializing
    • Parsing
    • Message
    • Design Requirements
      • Serializer
      • Parser
    • Reference
  • boost::http_proto::fields_base::max_size
arrow_upward

boost::http_proto::fields_base::max_size

Return the largest possible serialized message.

Synopsis

Declared in <boost/http_proto/fields_base.hpp>

constexpr
static
std::size_t
max_size() noexcept;

Return Value

the largest possible serialized message.

Created with MrDocs