liburlmm

liburlmm

A simple C++ framework for manipulating urls. Released under the GNU Lesser General Public License.

Version 0.0.1 : 2003-02-12 01:10:00

  • url and urlpath classes works.

  • Resolving a link in an url to another url works.

  • Parsing of scheme, user, password, host, port, path, arguments and fragment works.

  • cppUnit test cases for the most common features.