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-standard feature is set by default whenever http-cache-quickcache is added without default-features = false somewhere in the dependency tree.

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.