From f6e703a938a95c555b388f79966cf955c5d07dc6 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Wed, 15 Apr 2020 20:01:25 +0200 Subject: HTTP Auth (Basic) --- config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h') diff --git a/config.h b/config.h index 746b95c..46cd267 100644 --- a/config.h +++ b/config.h @@ -13,6 +13,7 @@ struct Path std::string requested; // the requested path // mandatory entries: "plugin", "target", others are optional std::unordered_map params; // what to serve, e.g. which filesystem path (target), and which plugin + std::unordered_map auth; // optional }; struct Site -- cgit v1.2.3