|
Upa URL C++ library
A WHATWG URL Standard implementation
|
URLPatternComponentResult struct. More...
#include <upa/urlpattern.h>
Public Attributes | |
| std::string | input |
| std::unordered_map< std::string_view, std::optional< std::string > > | groups |
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.
| std::unordered_map<std::string_view, std::optional<std::string> > upa::urlpattern_component_result::groups |
Definition at line 552 of file urlpattern.h.
| std::string upa::urlpattern_component_result::input |
Definition at line 551 of file urlpattern.h.