summaryrefslogtreecommitdiffhomepage
path: root/dev/lib/net/url.hpp
diff options
context:
space:
mode:
authorAmlal <amlal@nekernel.org>2025-08-09 21:54:20 +0200
committerAmlal <amlal@nekernel.org>2025-08-09 21:54:20 +0200
commit87f10dad540971c4aa22d892c676dce590ca189a (patch)
tree98d926138b5bb6df704f73a6843a520dc6f736eb /dev/lib/net/url.hpp
parent8b7b48fe4acf0482580930eaebaa2f316727f864 (diff)
feat: move network.hpp to net/ and working on url.hpp
Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'dev/lib/net/url.hpp')
-rw-r--r--dev/lib/net/url.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/dev/lib/net/url.hpp b/dev/lib/net/url.hpp
new file mode 100644
index 0000000..6c4dc36
--- /dev/null
+++ b/dev/lib/net/url.hpp
@@ -0,0 +1,8 @@
+/*
+ * File: net/url.hpp
+ * Purpose: URL container in modern C++
+ * Author: Amlal El Mahrouss (founder@snu.systems)
+ * Copyright 2025, Amlal El Mahrouss and SNU Systems Corp.
+ */
+
+#pragma once