-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: API
-
None
There is a TODO comment in uri.hpp to have URI getters return optional views where possible. Returning an optional allows the user to distinguish whether an option was passed or not instead of defaulting. And getters that return a std::string can be a stdx::string_view instead to avoid an unnecessary copy.