aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/http-binary-cache-store.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstore/http-binary-cache-store.md')
-rw-r--r--src/libstore/http-binary-cache-store.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/libstore/http-binary-cache-store.md b/src/libstore/http-binary-cache-store.md
new file mode 100644
index 000000000..20c26d0c2
--- /dev/null
+++ b/src/libstore/http-binary-cache-store.md
@@ -0,0 +1,8 @@
+R"(
+
+**Store URL format**: `http://...`, `https://...`
+
+This store allows a binary cache to be accessed via the HTTP
+protocol.
+
+)"