Skip to content
Snippets Groups Projects
Commit c65fd012 authored by mechanik20051988's avatar mechanik20051988 Committed by Kirill Yukhin
Browse files

uri: rework struct uri to use a copy of the original splitted string.

In the future, it is planned to extend the URI structure to allow its
passing with different options and in different formats (see next commit
`uri: implement ability to parse URI query paramters` for example). For
these purposes, it is planned to use functions that modify the source
string, for example `strtok_r`, so we need to rework the URI structure
to create copies of the string for each of the URI components.

Part of #5928
parent 0765828e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment