Ada 3.0.1
Fast spec-compliant URL parser
|
#include "ada/expected.h"
#include "ada/url_pattern.h"
#include "ada/url_pattern_helpers.h"
#include "ada/parser.h"
#include <string_view>
#include <variant>
Go to the source code of this file.
Namespaces | |
namespace | ada |
namespace | ada::parser |
Includes the definitions for supported parsers. | |
Functions | |
template<url_pattern_regex::regex_concept regex_provider> | |
tl::expected< url_pattern< regex_provider >, errors > | ada::parser::parse_url_pattern_impl (std::variant< std::string_view, url_pattern_init > input, const std::string_view *base_url, const url_pattern_options *options) |