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

boost::http::upgrade_protocol

An Upgrade protocol

Synopsis

Declared in <boost/http/rfc/upgrade_rule.hpp>

struct upgrade_protocol;

Data Members

Name

Description

name

The name of the protocol

version

Optional protocol version

Created with MrDocs