-
Notifications
You must be signed in to change notification settings - Fork 1
URI verification #2
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Currently, the URI parser is quite naive.
It does check for correctness in the scheme, and somewhat in the host, and in the port.
However, it does not check for correctness in the path, query, and fragment components and simply uses entire slices without verifying.
Parser must comply with