Boost.HTTP

    • 1.primer.adoc
    • 2.messages.adoc
    • Sans-I/O Philosophy
    • http_protocol_basics.adoc
    • message_bodies.adoc
    • Serializing
    • Parsing
    • Message.adoc
    • Server
      • Router
      • BCrypt Password Hashing
    • Design Requirements
      • Serializer
      • Parser
    • Reference
  • boost::http::fields_base::max_size
arrow_upward

boost::http::fields_base::max_size

Return the largest possible serialized message.

Synopsis

Declared in <boost/http/fields_base.hpp>

constexpr
static
std::size_t
max_size() noexcept;

Return Value

the largest possible serialized message.

Created with MrDocs