Any functions for URL parsing?
Hello Is there a library in boost to parse an URL ? Like to extract the protocol, username, password, hostname, port, resource, query parametrs, fragment identifiers ? I can see some things about it using the on-site search, but the pages in the results are not accessible and I can find nothing conclusive. Thank you, Timothy Madden
On Fri, Aug 6, 2010 at 4:21 AM, Timothy Madden
Hello
Is there a library in boost to parse an URL ? Like to extract the protocol, username, password, hostname, port, resource, query parametrs, fragment identifiers ?
I can see some things about it using the on-site search, but the pages in the results are not accessible and I can find nothing conclusive.
There was talk of making one for the Boost.Spirit Repository, and even I have made a complete url parser using Spirit (was quite simple). It just needs to be submitted sometime is all...
On Aug 7, 2010, at 4:53 PM, OvermindDL1 wrote:
On Fri, Aug 6, 2010 at 4:21 AM, Timothy Madden
wrote: Hello
Is there a library in boost to parse an URL ? Like to extract the protocol, username, password, hostname, port, resource, query parametrs, fragment identifiers ?
I can see some things about it using the on-site search, but the pages in the results are not accessible and I can find nothing conclusive.
There was talk of making one for the Boost.Spirit Repository, and even I have made a complete url parser using Spirit (was quite simple). It just needs to be submitted sometime is all...
I believe that Dean Michael Barris' networking library has a URL parser in it. http://github.com/mikhailberis/cpp-netlib -- Marshall
participants (3)
-
Marshall Clow
-
OvermindDL1
-
Timothy Madden