Boost.HTTP.Proto

    • Sans-I/O Philosophy
    • HTTP Protocol Basics
    • Header Containers
    • Message Bodies
    • Serializing
    • Parsing
    • Message
    • Design Requirements
      • Serializer
      • Parser
    • Design Choices
    • Reference
  • boost::http_proto::message_view_base::payload

boost::http_proto::message_view_base::payload

Return the type of payload of this message

Synopsis

Declared in <boost/http_proto/message_view_base.hpp>

http_proto::payload
payload() const noexcept;

Created with MrDocs