Ada 2.7.8
Fast spec-compliant URL parser
Loading...
Searching...
No Matches
parser.h File Reference

Definitions for the parser. More...

#include "ada/state.h"
#include "ada/encoding_type.h"
#include "ada/expected.h"
#include <optional>
#include <string_view>

Go to the source code of this file.

Namespaces

namespace  ada
 
namespace  ada::parser
 Includes the definitions for supported parsers.
 

Functions

template<typename result_type = ada::url_aggregator>
result_type ada::parser::parse_url (std::string_view user_input, const result_type *base_url=nullptr)
 
template url_aggregator ada::parser::parse_url< url_aggregator > (std::string_view user_input, const url_aggregator *base_url)
 
template url ada::parser::parse_url< url > (std::string_view user_input, const url *base_url)
 

Detailed Description

Definitions for the parser.

Definition in file parser.h.