summaryrefslogtreecommitdiffstats
path: root/xmrstak/http/webdesign.hpp
diff options
context:
space:
mode:
authorfireice-uk <fireice-uk@users.noreply.github.com>2017-11-10 19:14:29 +0000
committerpsychocrypt <psychocrypt@users.noreply.github.com>2017-11-10 20:14:29 +0100
commit7942372e218568f8b27446115cfbb743f7cabf6c (patch)
tree3e658ac8b856fe4b78f8b808d059cfadc2776496 /xmrstak/http/webdesign.hpp
parentd35893d926c74893d7c85d1b87b24ffa55744649 (diff)
downloadxmr-stak-7942372e218568f8b27446115cfbb743f7cabf6c.zip
xmr-stak-7942372e218568f8b27446115cfbb743f7cabf6c.tar.gz
Add HTTP Digest auth (#98)
Diffstat (limited to 'xmrstak/http/webdesign.hpp')
-rw-r--r--xmrstak/http/webdesign.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/xmrstak/http/webdesign.hpp b/xmrstak/http/webdesign.hpp
index 92639a0..122b5fb 100644
--- a/xmrstak/http/webdesign.hpp
+++ b/xmrstak/http/webdesign.hpp
@@ -4,6 +4,12 @@ extern const char sHtmlCssEtag[];
extern const char sHtmlCssFile[];
extern size_t sHtmlCssSize;
+extern const char sHtmlAccessDenied[];
+extern size_t sHtmlAccessDeniedSize;
+
+extern const char sHttpAuthRelam[];
+extern const char sHttpAuthOpaque[];
+
extern const char sHtmlCommonHeader[];
extern const char sHtmlHashrateBodyHigh[];
OpenPOWER on IntegriCloud