Boost.HTTP

    • HTTP Tutorial
      • What is HTTP
      • URLs and Resources
      • Message Anatomy
      • Methods
      • Status Codes
      • Headers
      • Content Negotiation and Body Encoding
      • Connection Management
      • Caching
      • Authentication and Security
      • HTTP/2
      • HTTP/3 and QUIC
    • HTTP Messages
      • Containers
      • Serializing
      • Parsing
    • HTTP Servers
      • HTTP Worker
      • Route Handlers
      • Routers
      • Route Patterns
      • Serving Static Files
      • Directory Listings
      • BCrypt
    • Compression
      • ZLib
      • Brotli
    • Design
      • Sans-I/O Philosophy
      • Parser
      • Serializer
    • Reference
  • boost::http::route_result::route_next
arrow_upward

boost::http::route_result::route_next

Synopsis

Declared in <boost/http/server/route_handler.hpp>

inline constexpr static
route_result::what_t<route_what::next> route_next = {};

Created with MrDocs