From cab83144fcb974b7cbbeba28cf7d8c6ebc100452 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Wed, 20 Jul 2005 23:18:41 +0000 Subject: doxygenated canonicalize --- (limited to 'include') diff --git a/include/opkele/consumer.h b/include/opkele/consumer.h index 3c0ed5f..9932315 100644 --- a/include/opkele/consumer.h +++ b/include/opkele/consumer.h @@ -128,6 +128,11 @@ namespace opkele { */ void check_authentication(const string& server,const params_t& p); + /** + * make URL canonical, by adding http:// and trailing slash, if needed. + * @param url + * @return canonicalized url + */ static string canonicalize(const string& url); }; -- cgit v0.9.0.2