GetPathParamsQuery

Extracts path (with params) and query part from URL. Removes scheme, authority, and fragment. Result always starts with "/". Returns "/" if the url doesn't have a path or is not valid.

@safe
string
GetPathParamsQuery
(
string url
)

Meta