Return the directory path of a URL. A directory path is the portion of a
URL up to but excluding the final path segment. The final path segment,
along with any query or hash values are removed. If there is no path segment
then the URL origin is returned. Example, for the URL
https://deno.land/std/path/mod.ts, the directory path is
https://deno.land/std/path.