Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/neo4j_lite_client/core/index.ts>internal.urlUtil.Url

Unofficial Neo4j Driver for Deno
Latest
class internal.urlUtil.Url
import { internal } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/index.ts";
const { Url } = internal.urlUtil;

Constructors

new
Url(
scheme: string | null,
host: string,
port: number,
hostAndPort: string,
query: Object,
)

Properties

readonly
host: string
readonly
hostAndPort: string
readonly
port: number
readonly
query: Object
readonly
scheme: string | null