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

Options for cache lookup operations. More...

#include <core.h>

Public Attributes

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

Detailed Description

Options for cache lookup operations.

Member Data Documentation

◆ always_use_requested_range

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

◆ request_headers

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

◆ service

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

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