From da70596895d8135e08f8caac6978117697b4c021 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 18 Aug 2024 21:39:29 +0200 Subject: [REFACTOR] Improved project structure. Signed-off-by: Amlal El Mahrouss --- dev/Kernel/CFKit/URL.hxx | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 dev/Kernel/CFKit/URL.hxx (limited to 'dev/Kernel/CFKit/URL.hxx') diff --git a/dev/Kernel/CFKit/URL.hxx b/dev/Kernel/CFKit/URL.hxx deleted file mode 100644 index 02cced28..00000000 --- a/dev/Kernel/CFKit/URL.hxx +++ /dev/null @@ -1,33 +0,0 @@ -/* ------------------------------------------- - - Copyright ZKA Technologies. - -------------------------------------------- */ - -#ifndef _INC_URL_HPP_ -#define _INC_URL_HPP_ - -#include -#include - -namespace Kernel -{ - class URL final - { - public: - explicit URL(StringView& strUrl); - ~URL(); - - public: - Ref> Location() noexcept; - Ref> Protocol() noexcept; - - private: - Ref fUrlView; - }; - - ErrorOr url_extract_location(const Char* url); - ErrorOr url_extract_protocol(const Char* url); -} // namespace Kernel - -#endif /* ifndef _INC_URL_HPP_ */ -- cgit v1.2.3