7 using BinaryCacheStoreConfig::BinaryCacheStoreConfig;
9 HttpBinaryCacheStoreConfig(std::string_view scheme, std::string_view _cacheUri,
const Params & params);
13 const std::string
name()
override
15 return "HTTP Binary Cache Store";
18 static std::set<std::string> uriSchemes()
20 static bool forceHttp = getEnv(
"_NIX_FORCE_HTTP") ==
"1";
21 auto ret = std::set<std::string>({
"http",
"https"});
27 std::string
doc()
override;