diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-27 15:46:01 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-27 15:46:01 -0500 |
| commit | 2ce555077458bbb2f36a9076edd312d3293ad56f (patch) | |
| tree | 36fa8f5ab489f25dfe7dcd4ccd90e793e099297d /include/ocl/net/url.hpp | |
| parent | e96beb23f6d09d323f5cbd2ba9f8b6d4fcc7428b (diff) | |
chore: update comment to include URI and URN as well.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/ocl/net/url.hpp')
| -rw-r--r-- | include/ocl/net/url.hpp | 2 |
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 { |
