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::buffer
arrow_upward

boost::http::fields_base::buffer

Return a string view representing the serialized data.

Synopsis

Declared in <boost/http/fields_base.hpp>

core::string_view
buffer() const noexcept;

Return Value

a string view representing the serialized data.

Created with MrDocs