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) --- base64.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 base64.h (limited to 'base64.h') diff --git a/base64.h b/base64.h new file mode 100644 index 0000000..6a3f2c3 --- /dev/null +++ b/base64.h @@ -0,0 +1,7 @@ +#pragma once + +#include + +std::string decode64(const std::string &val); +std::string encode64(const std::string &val); + -- cgit v1.2.3