summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-27 16:07:02 -0500
committerGitHub <noreply@github.com>2025-11-27 16:07:02 -0500
commite4aa91788918b5a0acf3c4f4ce2c8d560ad5949c (patch)
tree36fa8f5ab489f25dfe7dcd4ccd90e793e099297d /include
parentd8a8f00d255dd0eaea2febc29ba2e91b1458521e (diff)
parent2ce555077458bbb2f36a9076edd312d3293ad56f (diff)
Merge pull request #25 from amlel-el-mahrouss/developv1.0.50
chore: update comment to include URI and URN as well.
Diffstat (limited to 'include')
-rw-r--r--include/ocl/net/url.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ocl/net/url.hpp b/include/ocl/net/url.hpp
index fab1eb7..1b5f80c 100644
--- a/include/ocl/net/url.hpp
+++ b/include/ocl/net/url.hpp
@@ -11,7 +11,7 @@
#include <sstream>
/// @author Amlal El Mahrouss (amlal@nekernel.org)
-/// @brief Parse URLs (in a non-standard way).
+/// @brief Parse URIs/URLs/URNs (Non rfc3986 compliant.)
namespace ocl::net
{