|
Ada 3.2.2
Fast spec-compliant URL parser
|
Declaration for the URLPattern helpers. More...
#include <optional>#include <string_view>#include "ada/common_defs.h"#include "ada/expected.h"#include "ada/url_pattern_helpers.h"#include "ada/implementation.h"Go to the source code of this file.
Namespaces | |
| namespace | ada |
| namespace | ada::url_pattern_helpers |
Functions | |
| template<url_pattern_encoding_callback F> | |
| tl::expected< std::vector< url_pattern_part >, errors > | ada::url_pattern_helpers::parse_pattern_string (std::string_view input, url_pattern_compile_component_options &options, F &encoding_callback) |
| template<url_pattern_regex::regex_concept regex_provider> | |
| bool | ada::url_pattern_helpers::protocol_component_matches_special_scheme (url_pattern_component< regex_provider > &component) |
Declaration for the URLPattern helpers.
Definition in file url_pattern_helpers-inl.h.