Interface ParsedLibsqlUrl

Result of parsing a libsql URL using parseLibsqlUrl.

Hierarchy

  • ParsedLibsqlUrl

Properties

authToken: undefined | string

The optional authToken query parameter that should be passed as jwt to openWs/openHttp.

hranaHttpUrl: undefined | string

A HTTP URL that can be used with openHttp to open a HttpClient. It is undefined if the parsed URL specified WebSockets explicitly.

hranaWsUrl: undefined | string

A WebSocket URL that can be used with openWs to open a WsClient. It is undefined if the parsed URL specified HTTP explicitly.

Generated using TypeDoc