Parse standard absolute URL paths

This commit is contained in:
udo
2026-07-13 09:31:45 +00:00
parent fe88d4143e
commit c1039f5094
3 changed files with 7 additions and 13 deletions
+2
View File
@@ -16,6 +16,8 @@ Parses a URI into its component maps.
`return.parts` contains the parsed URI fields. `return.query` contains query parameters decoded with the same rules as `parse_query()`.
For absolute URLs, `parts` exposes `scheme`, `host`, optional `port`, `path`, raw `query`, and `fragment`. The normalized `path` does not include its leading slash.
Example: