File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 3030
3131## Overview
3232
33- The ` http-cache-stream ` crate can be used to cache responses in accordance with
34- HTTP caching semantics.
33+ The ` http-cache-stream ` crate can be used to cache streaming responses in
34+ accordance with HTTP caching semantics.
3535
3636### How this crate differs from [ ` http-cache ` ] [ http-cache ]
3737
@@ -42,8 +42,9 @@ client APIs.
4242The ` http-cache-stream ` crate is inspired by the implementation provided by
4343` http-cache ` , but differs in significant ways:
4444
45- * ` http-cache-stream ` supports streaming of requests/responses and does not
46- read a response body into memory to store in the cache.
45+ * ~~ ` http-cache-stream ` supports streaming of requests/responses and does not
46+ read a response body into memory to store in the cache.~~ (streaming is now
47+ supported in ` http-cache ` )
4748* The default storage implementation for ` http-cache-stream ` uses advisory file
4849 locking to coordinate access to storage across multiple processes and threads.
4950* The default storage implementation is simple and provides no integrity of
You can’t perform that action at this time.
0 commit comments