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::message_base::keep_alive
arrow_upward

boost::http::message_base::keep_alive

Return true if semantics indicate connection persistence.

Synopsis

Declared in <boost/http/message_base.hpp>

bool
keep_alive() const noexcept;

Created with MrDocs