vote up 0 vote down star

Hi,

Im wondering how to parse a url into an URL object(of some kind) in C. So that I would be able to extract key/val objects from a querystring.

Have looked at: http://stackoverflow.com/questions/726122/best-ways-of-parsing-a-url-using-c

And several other resources, even Google Code, but haven't found anything in my taste.. And no, using sscanf, and regex is not an alternative. Saying, unless I have to write my own parser..

Would be greatful for any tips or help on where I could find this!

flag
stackoverflow.com/questions/726122/… – ArsenMkrt Jul 28 at 8:03
stackoverflow.com/questions/726122/… (note I'm pointing to a specific solution which avoids to write your own parser) – bortzmeyer Jul 28 at 19:53

2 Answers

vote up 2 vote down

UriParser

link|flag
vote up 1 vote down

Looking at wget would be worth it. Download the source and look at url_parse function in src/url.c.

Hope this helps.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.