url icon indicating copy to clipboard operation
url copied to clipboard

tidy up parse- names

Open vinniefalco opened this issue 3 years ago • 0 comments

parse_path and parse_query_params are not consistent. We have many choices

parse_path
parse_segments
parse_path_segments
parse_query
parse_query_params
parse_params

but we should choose a pair of functions that are consistent with the rest of the names and return types.

vinniefalco avatar Aug 06 '22 04:08 vinniefalco