feat: Add in the features for the utils.networkInterface.get

This commit is contained in:
BluJ
2023-05-12 17:07:09 -06:00
parent 3df957898a
commit f73de12fc8
8 changed files with 482 additions and 35 deletions

View File

@@ -18,11 +18,13 @@ export class Origin<T extends Host> {
options: this.options,
suffix: `${path}${qp}`,
username,
scheme: this.options.scheme,
}
}
}
type BuildOptions = {
scheme: string | null
username: string | null
path: string
search: Record<string, string>