summaryrefslogtreecommitdiffhomepage
path: root/dev/lib/net
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-09-05 18:14:40 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-09-05 18:18:27 +0200
commit45c17f712b6a0424970bcac3405efca824615dcd (patch)
tree15a0492aa604d9d0199eb98beebae97b04d6fa5f /dev/lib/net
parent6789dd7d88a192e3f55b95798cb393e7d12f368a (diff)
feat: `lib/simd`: alternative SIMD library — a work in progress library
to manipulate SIMD data. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/lib/net')
-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
index ff6aebe..7263a52 100644
--- a/dev/lib/net/url.hpp
+++ b/dev/lib/net/url.hpp
@@ -61,4 +61,12 @@ namespace ocl::net
return ss_.size() > 0;
}
};
+
+ enum class protocol
+ {
+ http,
+ https,
+ mailto,
+ bad
+ };
} // namespace ocl::net