From 938fbe7a2f2f10a3abb530a9463e57fc20f40038 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 4 Apr 2020 16:32:10 +0200 Subject: HTTP and HTTPs --- https.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 https.h (limited to 'https.h') diff --git a/https.h b/https.h new file mode 100644 index 0000000..3621f33 --- /dev/null +++ b/https.h @@ -0,0 +1,9 @@ +#pragma once + +#include "config.h" + +namespace HTTPS { + +int server(Config& config); + +} -- cgit v1.2.3