gossamer/request_cache

Types

The cache mode for a Request, controlling how it interacts with the browser’s HTTP cache.

Unrecognized values use Other(String).

pub type RequestCache {
  Default
  ForceCache
  NoCache
  NoStore
  OnlyIfCached
  Reload
  Other(String)
}

Constructors

  • Default
  • ForceCache
  • NoCache
  • NoStore
  • OnlyIfCached
  • Reload
  • Other(String)
Search Document