You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to have the ability to modify URIs. Owned string types, like RiString already provide some in-place modification methods, such as set_fragment and replace_host, but I didn't find methods for changing scheme, path, or query.
It would be great to have the ability to modify URIs. Owned string types, like RiString already provide some in-place modification methods, such as
set_fragmentandreplace_host, but I didn't find methods for changing scheme, path, or query.