Skip to content

Commit 19a171e

Browse files
committed
chore: update README.
1 parent 04dedeb commit 19a171e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
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.
4242
The `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

0 commit comments

Comments
 (0)