Could you add a way to get the complete, uninterpreted path from a URI? Now, you can only get the split path segments, and if you want the full path, you need to reassemble it, which is very complicated. I saw that even the library's internal code goes through quite some complications to rebuild the path from its pieces when recomposing a URI.
What is the motivation for only providing the split path? It's quite unlike other URI parsing libraries.
The only motivation not to provide it was less work :)
If you have any deadlines on this feature, please let me know.
Ticket moved from /p/uriparser/bugs/26/