Object containing properties whose names are field names and values are field values.
Field value type, which can be either singe value or multiple value type
Types of fields with multiple values
The ParsedLocation type defines how different section of the URL pattern can be located in the original pattern string. Location is defined using the zero-based index where the section begins and its length.
Supported primitive types of field values
Matches the given URL against URL pattern string.
Either unparsed URL string or IParsedActualURL object
Either unparsed URL pattern string or IParsedUrlPattern object
Parses the given URL
URL string to be parsed.
Parses the given URL pattern
URL pattern string to be parsed.
Generated using TypeDoc
This file contains the public API of the URL Parsing and Matching library 'mimurl'.
To read about mimurl features please visit here.
To play with mimurl pattern parsing and URL matching capabilities please visit here.