diff --git a/ballisticacore-cmake/.idea/inspectionProfiles/Project_Default.xml b/ballisticacore-cmake/.idea/inspectionProfiles/Project_Default.xml
index 4db46f7f..26034b2d 100644
--- a/ballisticacore-cmake/.idea/inspectionProfiles/Project_Default.xml
+++ b/ballisticacore-cmake/.idea/inspectionProfiles/Project_Default.xml
@@ -6,6 +6,7 @@
+
@@ -51,6 +52,7 @@
+
diff --git a/src/external/httprequest/httprequest.hpp b/src/external/httprequest/httprequest.hpp
new file mode 100644
index 00000000..11869512
--- /dev/null
+++ b/src/external/httprequest/httprequest.hpp
@@ -0,0 +1,689 @@
+//
+// https://github.com/elnormous/HTTPRequest
+//
+
+#ifndef HTTPREQUEST_HPP
+#define HTTPREQUEST_HPP
+
+#include
+#include
+#include
+#include
+#include
+#include