Cargo Features
[dependencies]
http-cache-quickcache = { version = "1.0.0-alpha.4", default-features = false, features = ["url-standard", "url-ada", "http-headers-compat"] }
- default = url-standard
-
The
url-standardfeature is set by default wheneverhttp-cache-quickcacheis added withoutsomewhere in the dependency tree.default-features = false - url-standard default
-
Enables url-standard of http-cache
- url-ada
-
Enables url-ada of http-cache
- http-headers-compat
-
Enables http-headers-compat of http-cache
http-cache-quickcache has 4 features without comments.