Alan de Freitas
Alan de Freitas
The lazy containers could integrate with std::ranges. For instance, we could `enable_view` for them. https://en.cppreference.com/w/cpp/ranges/view
fix #484
Cut down the relational operator overloads in decode_view using the template we use in pct_string_view.
Explore the implications of explicit and implicit constructors
fix #535
fix #237
fix #407
> One of the more common scenarios in our applications is the construction > of urls after the user provided some login credentials and often > hosts/port combinations. Also a...
From the review > I'm happy to see percent-encoding standalone functions being exposed, as this is something present in almost all other languages. I'd consider exposing higher-level functions here, maybe...
> When I call parse_uri(), I get a result of type result? Why > isn't the function spelled parse_url(), or the return type spelled > result? This seems needlessly inconsistent,...