summaryrefslogtreecommitdiffstats
path: root/BrowserSource/Proxy/WebCommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'BrowserSource/Proxy/WebCommon.h')
-rw-r--r--BrowserSource/Proxy/WebCommon.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/BrowserSource/Proxy/WebCommon.h b/BrowserSource/Proxy/WebCommon.h
new file mode 100644
index 0000000..506d13c
--- /dev/null
+++ b/BrowserSource/Proxy/WebCommon.h
@@ -0,0 +1,8 @@
+#pragma once
+
+namespace WebServer {
+ enum ContentType {
+ HTML,
+ JSON,
+ };
+};