Boost.HTTP

    • HTTP Primer
    • Messages
    • Sans-I/O Philosophy
    • HTTP Protocol Basics
    • Message Bodies
    • Serializing
    • Parsing
    • Message
    • Server
      • Router
    • 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