From 45c17f712b6a0424970bcac3405efca824615dcd Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 5 Sep 2025 18:14:40 +0200 Subject: feat: `lib/simd`: alternative SIMD library — a work in progress library to manipulate SIMD data. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Amlal El Mahrouss --- dev/lib/net/url.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'dev/lib/net') 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 -- cgit v1.2.3