Luukdegram/lemon_pie

URI verification

Opened this issue · 0 comments

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