ladybird/Libraries/LibURL/Pattern
Shannon Booth f3662c6f88 LibURL/Pattern: Add a representation of a URL Pattern
This is the core object behind a URL pattern which when constructed
can be used for matching the pattern against URLs.

However, the implementation here is missing key functions such as
the constructor and the 'test'/'exec' functions as that relies on
a significant amount of supporting URLPattern infrastructure such
as two different parsers and a tokenizer.

However, this is enough for us to implement some more of the IDL
wrapper layer of this specification.
2025-02-17 19:10:39 -05:00
..
Component.h LibURL/Pattern: Add a representation of a URL Pattern 'component' 2025-02-17 19:10:39 -05:00
Init.h LibURL: Add representations of URLPattern{Init,Options,Input} 2025-01-27 18:07:17 +00:00
Pattern.cpp LibURL/Pattern: Add a representation of a URL Pattern 2025-02-17 19:10:39 -05:00
Pattern.h LibURL/Pattern: Add a representation of a URL Pattern 2025-02-17 19:10:39 -05:00