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

Classes

struct  Configuration
 Used to configure optional behaviour within the ESI processor. More...
class  DispatchFragmentRequestFn
 A callback type used to dispatch requests for ESI fragments. More...
class  ProcessFragmentResponseFn
 A callback type used to process responses from ESI fragment requests. More...
class  Processor

Typedefs

using PendingFragmentContent

Typedef Documentation

◆ PendingFragmentContent

Initial value:
std::variant<http::request::PendingRequest, http::Response, std::monostate>

Content that can be returned from a fragment request dispatcher. This can either be a pending request, a response, or an empty value to indicate that no content is available.

Examples
esi.cpp.