mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 04:11:57 +00:00
feat: Add in the features for the utils.networkInterface.get
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user