urlapi: split parts of parseurl() into sub functions

- parse_file
- parse_scheme
- guess_scheme
- handle_fragment
- handle_query
- handle_path

Closes #20205
This commit is contained in:
Daniel Stenberg 2026-01-07 09:26:14 +01:00
parent f6e8531c03
commit 5f612acaa1
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 322 additions and 303 deletions

View file

@ -4,6 +4,7 @@
<keywords>
unittest
urlapi
url
</keywords>
</info>