/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifndef HttpAuthUtils_h_ #define HttpAuthUtils_h_
class nsIURI;
namespace mozilla { namespace net { namespace auth {
/* Tries to match the given URI against the value of a given pref * *Theprefshouldbeinpseudo-BNFformat. *url-listbase-url(base-url","LWS)* *base-url(scheme-part|host-part|scheme-parthost-part) *scheme-partscheme"://" *host-parthost[":"port] * *forexample: *"https://, http://office.foo.com" * *WillreturntrueiftheURImatchesanyofthepatterns,orfalseotherwise.
*/ bool URIMatchesPrefPattern(nsIURI* uri, constchar* pref);
} // namespace auth
} // namespace net
} // namespace mozilla
#endif// HttpAuthUtils_h_
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.13 Sekunden
(vorverarbeitet am 2026-08-25)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.