http_cache_stream library

Classes

CacheConfiguration
CachedResponseHeaders
CacheMetadata
GlobalCacheConfig
A singleton configuration class for HttpCacheManager. This class is used to configure the behavior for all HttpCacheStream's, including the cache directory, HTTP client, request and response headers, and other settings. Hint: You may obtain the default cache directory using the static method GlobalCacheConfig.defaultCacheDirectory().
HttpCacheManager
HttpCacheServer
HttpCacheStream
IntRange
A class that represents a range of exclusive integers, used for stream ranges.
StreamCacheConfig
Cache configuration for a single HttpCacheStream. Values set here override the global values set in GlobalCacheConfig.
StreamResponse