• Method for serving the static file at filePath to a client

    Parameters

    • _: IncomingMessage
    • res: ServerResponse
    • filePath: string
    • Optional defaultPath: string
    • Optional defaultCode: number

    Returns Promise<void>

Generated using TypeDoc