Module middleware

Source
Expand description

Cache middleware utilities.

Structs§

CacheKeyHookContext
Context for CacheKeyHook.
CacheableHookContext
Context for CacheableHook.
EncodableHookContext
Context for EncodableHook.
MiddlewareCachingConfiguration
Middleware caching configuration.
MiddlewareEncodingConfiguration
Middleware encoding configuration.

Constants§

ENCODINGS_BY_PREFERENCE
Encodings in order from most preferred to least.

Traits§

CacheableEncodableRequest
Cacheable and/or encodable request.
ToTranscodingResponse
To transcoding response.
UpstreamResponse
Upstream response.

Type Aliases§

CacheKeyHook
Hook to update a request’s cache key.
CacheableHook
Hook to check if a request or a response is cacheable.
EncodableHook
Hook to check if a request or a response is encodable.