PATH:
usr
/
local
/
lib
/
node_modules
/
knex-migrator
/
node_modules
/
uri-js
/
src
/
schemes
import { URISchemeHandler, URIComponents, URIOptions } from "../uri"; import http from "./http"; const handler:URISchemeHandler = { scheme : "https", domainHost : http.domainHost, parse : http.parse, serialize : http.serialize } export default handler;
[+]
..
[-] urn-uuid.ts
[edit]
[-] urn.ts
[edit]
[-] mailto.ts
[edit]
[-] https.ts
[edit]
[-] http.ts
[edit]