Comparing URLs

Hi,

HTTP 1.1 standard defines an algorithm for comparing URLs (paths
are case sensitive, default port is 80...), which I'm too lazy
to implement. Is there a function like
	int compare_url(const char *url1, const char *url2);
in libwww (or somewhere else)? I looked how webbot does it but
I keep getting lost...

	Bye
		Vasek
--
I have a search engine, too!
http://www.locus.cz/

Received on Saturday, 13 March 1999 03:03:37 UTC