Upa URL C++ library
A WHATWG URL Standard implementation
Loading...
Searching...
No Matches
upa::urlpattern_component_result Struct Reference

URLPatternComponentResult struct. More...

#include <upa/urlpattern.h>

Public Attributes

std::string input
std::unordered_map< std::string_view, std::optional< std::string > > groups

Detailed Description

URLPatternComponentResult struct.

This struct represents the match result for a single URL pattern component. It is used in the upa::urlpattern_result struct.

Definition at line 550 of file urlpattern.h.

Member Data Documentation

◆ groups

std::unordered_map<std::string_view, std::optional<std::string> > upa::urlpattern_component_result::groups

Definition at line 552 of file urlpattern.h.

◆ input

std::string upa::urlpattern_component_result::input

Definition at line 551 of file urlpattern.h.


The documentation for this struct was generated from the following file: