From bff1526a043eb127d7ce6aef90c0ca3dbef87ba2 Mon Sep 17 00:00:00 2001 From: Fufu Fang Date: Tue, 30 Apr 2019 09:00:24 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 77a8b83..b3e9da2 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,10 @@ bitmapping. The main challenge for the cache system was hunting down various race conditions which caused metadata corruption, downloading the same segment multiple times, and deadlocks. +## Other projects which incorporate HTTPDirFS +- [Curious Container](https://www.curious-containers.cc/docs/red-connectors-input-directories#httpdirfs) +has a Python wrapper for mounting HTTPDirFS. + ## Acknowledgement - First of all, I would like to thank [Jerome Charaoui](https://github.com/jcharaoui) for being the Debian Maintainer