url error control
[mdref/mdref-http] / http / Url.md
index 074099eac5c3cd239c1cce7ee3792f4788d4b7d9..f6f1c143ffad165103f3f9938915bcc8d27efb86 100644 (file)
@@ -38,6 +38,13 @@ The http\Url class provides versatile means to parse, construct and manipulate U
   Parse and convert multibyte hostnames according to IDNA (with libidn support).
 * PARSE_TOPCT  
   Percent encode multibyte sequences in the userinfo, path, query and fragment parts of the URL.
+* IGNORE_ERRORS  
+  Continue parsing when encountering errors.
+* SILENT_ERRORS  
+  Suppress errors/exceptions.
+* STDFLAGS  
+  Standard flags used by default internally for e.g. http\Message::setRequestUrl().
+  Enables joining path and query, sanitizing path, multibyte/unicode, international domain names and transient percent encoding.
 
 ## Properties: