From 2bb0d2ab46bf8104ab6e0b96fdefbeb20aa4c9e4 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Thu, 12 Jan 2023 15:50:15 +0100 Subject: Move https.* to http.* --- https.h | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 https.h (limited to 'https.h') diff --git a/https.h b/https.h deleted file mode 100644 index 226490e..0000000 --- a/https.h +++ /dev/null @@ -1,22 +0,0 @@ -#pragma once - -#include -#include - -#include -#include -#include - -#include -#include -#include -#include - -#include "config.h" -#include "server.h" - -// plain / http -void make_listener(boost::asio::io_context& ioc, boost::asio::ip::address address, unsigned short port, Server& server); - -// ssl / https -void make_listener(boost::asio::io_context& ioc, boost::asio::ssl::context& ctx, boost::asio::ip::address address, unsigned short port, Server& server); -- cgit v1.2.3