Fastly Compute C++ SDK
Loading...
Searching...
No Matches
fastly::cache::core::ReplaceOptions Struct Reference

Options for cache replace operations. More...

#include <core.h>

Public Attributes

std::optional< detail::RequestHandlerequest_headers
ReplaceStrategy replace_strategy = ReplaceStrategy::Immediate
std::optional< std::string > service
bool always_use_requested_range = false

Detailed Description

Options for cache replace operations.

Member Data Documentation

◆ always_use_requested_range

bool fastly::cache::core::ReplaceOptions::always_use_requested_range = false

◆ replace_strategy

ReplaceStrategy fastly::cache::core::ReplaceOptions::replace_strategy = ReplaceStrategy::Immediate

◆ request_headers

std::optional<detail::RequestHandle> fastly::cache::core::ReplaceOptions::request_headers

◆ service

std::optional<std::string> fastly::cache::core::ReplaceOptions::service

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