View on GitHub

Simple URL Parser for C++

URL Parser C++

Download this project as a .zip file Download this project as a tar.gz file

URL Parser for C++

URL Parser for C++

This is an url parser for C++.

Functionality:

Usage:

    ...
    string s = "http://www.google.co.kr/path1/path2/file.html";
    EdUrlParser* url = EdUrlParser::parseUrl(s);
    ...

Refer to example for detail information.