Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork22
A caching middleware that follows HTTP caching rules
License
Apache-2.0, MIT licenses found
Licenses found
06chaynes/http-cache
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A caching middleware that follows HTTP caching rules,thanks tohttp-cache-semantics.By default, it usescacache as the backend cache manager.
Likely you won't! At least not directly. Unless you are looking to implement a custom backend cache manageror client middleware you'll probably want to pull in one of the existing client implementations instead.See theProvided Client Implementations section below.
1.82.0
Withcargo add installed :
cargo add http-cache
The following features are available. By defaultmanager-cacache
andcacache-async-std
are enabled.
manager-cacache
(default): enablecacache, a high-performance disk cache, backend manager.cacache-async-std
(default): enableasync-std runtime support for cacache.cacache-tokio
(disabled): enabletokio runtime support for cacache.manager-moka
(disabled): enablemoka, a high-performance in-memory cache, backend manager.with-http-types
(disabled): enablehttp-types type conversion support
- quick-cache: SeeREADME for more details
Licensed under either of
- Apache License, Version 2.0(LICENSE-APACHE orhttp://www.apache.org/licenses/LICENSE-2.0)
- MIT license(LICENSE-MIT orhttp://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submittedfor inclusion in the work by you, as defined in the Apache-2.0 license, shall bedual licensed as above, without any additional terms or conditions.
About
A caching middleware that follows HTTP caching rules
Resources
License
Apache-2.0, MIT licenses found
Licenses found
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Contributors12
Uh oh!
There was an error while loading.Please reload this page.