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

boost::http::shared_parser_config

Shared pointer to immutable parser configuration.

Synopsis

Declared in <boost/http/config.hpp>

using shared_parser_config = std::shared_ptr<parser_config_impl const>;

See Also

parser_config_impl, make_parser_config.

Created with MrDocs