First of all - thank you for all your efforts for creating uriparser.
I am trying to use it in an application - server based on cesanta mongoose. I want to create a meaningful REST API. For this I need to handle urls of the type
http://server/api/mpd/playlists/интернетрадио
There are two things that would make it easier to implement the REST API:
Having a facility to access path segment by index (just a convinience)
Having a way to process the UTF8 parts of the url without going in and out of multibyte, if possible.
Even a simple example of a test in the test suite would be enough.
Thanks
Hi!
For UTF-8 maybe check feature request #5 (http://sourceforge.net/p/uriparser/feature-requests/5/).
About a helper accessing a path segment by index: Limited time and too low priority to me right now, to be honest.
About the simple example of a test I'm not sure yet what exactly you re asking for. If there are open questions about usage, I can offer support via voice chat.
Best, Sebastian