Skip to main content

Crate index_http

Crate index_http 

Source
Expand description

Fetch abstractions for Index.

Structs§

CacheFallbackFetcher
Fetcher wrapper that reuses cached content after transient failures.
FileCache
Filesystem-backed response cache.
MemoryFetcher
In-memory fetcher useful for tests and fixtures.
Request
Fetch request.
Response
Fetch response.
RetryPolicy
Deterministic retry policy.
RetryingFetcher
Fetcher wrapper that retries transient failures without sleeping.
SecureFetcher
Fetcher wrapper that enforces hostile-input security policy.
UreqFetcher
Blocking HTTP fetcher backed by ureq.

Enums§

CacheError
Cache persistence errors.
FetchError
Fetch errors.

Traits§

Fetcher
Fetcher trait.
FormSubmitter
Form submission transport trait.