How to parse a URL in C?
Posted
by Robin
on Stack Overflow
See other posts from Stack Overflow
or by Robin
Published on 2009-07-28T07:38:32Z
Indexed on
2010/04/24
22:33 UTC
Read the original article
Hit count: 206
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!
© Stack Overflow or respective owner