From 3658759966cbadb7b50457d446f3436b6f7987da Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sat, 02 Feb 2008 21:10:12 +0000 Subject: moved uri matching into separate procedure Signed-off-by: Michael Krelin --- (limited to 'include') diff --git a/include/opkele/util.h b/include/opkele/util.h index 719f951..bc1a0ea 100644 --- a/include/opkele/util.h +++ b/include/opkele/util.h @@ -145,6 +145,14 @@ namespace opkele { */ string rfc_3986_normalize_uri(const string& uri); + /** + * Match URI against realm + * @param uri URI to match + * @param realm realm to match against + * @return true if URI matches realm + */ + bool uri_matches_realm(const string& uri,const string& realm); + string& strip_uri_fragment_part(string& uri); string abi_demangle(const char* mn); -- cgit v0.9.0.2