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

x/neo4j_lite_client/core/internal/url-util.ts>Url

Unofficial Neo4j Driver for Deno
Latest
class Url
import { Url } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/internal/url-util.ts";

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