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