Options
All
  • Public
  • Public/Protected
  • All
Menu

Module utils/net-server-utils

Index

Functions

getContent

  • getContent(uri: PathLike): Promise<string>

getContentFrom

  • getContentFrom(url: string): Promise<string>

getContentFromFile

  • getContentFromFile(path: PathLike, encoding?: "utf8"): Promise<string>

getContentFromUrl

  • getContentFromUrl(url: URL): Promise<string>

getPublicIp

  • getPublicIp(): Promise<string>

serverDownloadFile

  • serverDownloadFile(url: string, fileName: string): void

Generated using TypeDoc