fix: Switch to stdlib Uri type

Should never have created separate Uri type
This commit is contained in:
2025-09-11 22:32:10 +01:00
parent 0367fa056d
commit 1a8a696102
9 changed files with 244 additions and 300 deletions

View File

@@ -4,7 +4,7 @@ import gleam/list
import gleam/option.{type Option, None, Some}
import gleam/result
import gleam/string
import gluri/types.{type Uri, Uri}
import gleam/uri.{type Uri, Uri}
import splitter.{type Splitter}
pub const scheme_port = [