Fastly Compute C++ SDK
Loading...
Searching...
No Matches
fastly::esi::ProcessFragmentResponseFn Class Reference

A callback type used to process responses from ESI fragment requests. More...

#include <esi.h>

Inheritance diagram for fastly::esi::ProcessFragmentResponseFn:
fastly::detail::rust_bridge_tags::esi::ProcessFragmentResponseFnTag

Public Types

using function_type
 The type of the processing function.

Public Member Functions

template<std::convertible_to< function_type > F>
 ProcessFragmentResponseFn (F &&fn)

Additional Inherited Members

Protected Member Functions inherited from fastly::detail::rust_bridge_tags::esi::ProcessFragmentResponseFnTag
 ProcessFragmentResponseFnTag ()=default

Detailed Description

A callback type used to process responses from ESI fragment requests.

Member Typedef Documentation

◆ function_type

Initial value:
std::function<std::optional<Response>(Request &, Response)>
Definition request.h:149
Definition response.h:94

The type of the processing function.

Constructor & Destructor Documentation

◆ ProcessFragmentResponseFn()

template<std::convertible_to< function_type > F>
fastly::esi::ProcessFragmentResponseFn::ProcessFragmentResponseFn ( F && fn)
inline

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