Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/06chaynes/http-cache
/ functions
Functions
612 in github.com/06chaynes/http-cache
⨍
Functions
612
◇
Types & classes
100
Method
update_headers
(&mut self, parts: &Parts)
http-cache-reqwest/src/lib.rs:403
Method
update_headers
(&mut self, parts: &Parts)
http-cache-surf/src/lib.rs:219
Method
update_headers
(&mut self, parts: &Parts)
http-cache-ureq/src/lib.rs:834
Method
url
(&self)
http-cache-tower/src/lib.rs:289
Function
version_http
()
http-cache/src/test.rs:87
Method
with_cache
Create a new HTTP cache layer with a pre-configured cache. This method gives you full control over the cache configuration, including the cache mode.
http-cache-tower/src/lib.rs:512
Method
with_keyer
Create a cache layer with a custom keyer.
http-cache-tower-server/src/lib.rs:512
Method
with_kind
Create a streaming error with a specific kind
http-cache/src/error.rs:324
Method
with_max_body_size
Creates a new [`StreamingManager`] with a custom maximum body size. See [`StreamingManager::new`] for details on the single-instance invariant. # Ar
http-cache/src/managers/streaming_cache.rs:285
Method
with_options
Create a new HTTP cache layer with custom options. Uses [`CacheMode::Default`] but allows customizing the cache behavior through [`HttpCacheOptions`]
http-cache-tower/src/lib.rs:474
Method
with_options
Create a new streaming cache with custom options
http-cache-reqwest/src/lib.rs:358
Method
with_temp_dir
Creates a new [`StreamingManager`] using a temporary directory. This is useful for testing or when persistence is not needed. The cache directory is
http-cache/src/managers/streaming_cache.rs:515
← previous
601–612 of 612, ranked by callers