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.
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