Fastly Compute C++ SDK
Loading...
Searching...
No Matches
fastly::esi::Configuration Struct Reference

Used to configure optional behaviour within the ESI processor. More...

#include <esi.h>

Public Member Functions

 Configuration (std::string namespc="esi", bool is_escaped_content=true)
std::string_view get_namespace () const
bool is_escaped_content () const

Detailed Description

Used to configure optional behaviour within the ESI processor.

Constructor & Destructor Documentation

◆ Configuration()

fastly::esi::Configuration::Configuration ( std::string namespc = "esi",
bool is_escaped_content = true )
inline

Create a new configuration object.

Parameters
namespcThe namespace to use for ESI tags.
is_escaped_contentWhether to escape content by default.

Member Function Documentation

◆ get_namespace()

std::string_view fastly::esi::Configuration::get_namespace ( ) const
inline

◆ is_escaped_content()

bool fastly::esi::Configuration::is_escaped_content ( ) const
inline

The documentation for this struct was generated from the following file: