From b42b70a64cece566f7cdb0ca8362804145e48e7b Mon Sep 17 00:00:00 2001 From: jyelon Date: Tue, 29 Mar 2022 13:53:16 -0400 Subject: [PATCH] Create empty http.hpp and http.cpp --- luprex/core/cpp/http.cpp | 0 luprex/core/cpp/http.hpp | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 luprex/core/cpp/http.cpp create mode 100644 luprex/core/cpp/http.hpp diff --git a/luprex/core/cpp/http.cpp b/luprex/core/cpp/http.cpp new file mode 100644 index 00000000..e69de29b diff --git a/luprex/core/cpp/http.hpp b/luprex/core/cpp/http.hpp new file mode 100644 index 00000000..e69de29b