Skip to main content
Url - url - Node documentation
interface Url

Usage in Deno

import { type Url } from "node:url";

Properties

auth: string | null
hash: string | null
host: string | null
hostname: string | null
href: string
path: string | null
pathname: string | null
protocol: string | null
slashes: boolean | null
port: string | null
query:
string
| null
| ParsedUrlQuery