|
Ada 3.4.0
Fast spec-compliant URL parser
|
URLPattern API implementation. More...
#include "ada/implementation.h"#include "ada/expected.h"#include "ada/parser.h"#include "ada/url_pattern_init.h"#include <ostream>#include <string>#include <string_view>#include <unordered_map>#include <variant>#include <vector>Go to the source code of this file.
URLPattern API implementation.
This header provides the URLPattern API as specified by the WHATWG URL Pattern Standard. URLPattern allows matching URLs against patterns with wildcards and named groups, similar to how regular expressions match strings.
Definition in file url_pattern.h.