Rust SDK 0.5.0
This is not the latest release. View the archived snapshot of the full documentation as it was at this release, or view the latest documentation.
Added
Added
fastly::dictionary::Dictionary
, which allows programs to look up values in Fastly Edge Dictionaries.Added
set_pci
method tofastly::request::RequestExt
andpci
tofastly::request::RequestBuilderExt
, which both prevent cached content subject to compliance rules from being written to non-volatile storage.Added
set_surrogate_key
tofastly::request::RequestExt
andsurrogate_key
tofastly::request::RequestBuilderExt
. These allow surrogate keys to be added to cached content so that content may be purged in groups.Added
fastly::geo::Continent::as_code()
for easy access to two-letter continent codes.
Changed
fastly::request::RequestExt
now offerscache_override
andcache_override_mut
as accessors to aRequest
'sCacheOverride
instead of theget_
andset_
pair.