Header menu logo fable-electron-docs-api

FilePathWithHeaders Type

Constructors

Constructor Description

FilePathWithHeaders(path, ?headers)

Full Usage: FilePathWithHeaders(path, ?headers)

Parameters:
    path : string - The path to the file to send.
    ?headers : Record<string, string> - Additional headers to be sent.

Returns: FilePathWithHeaders
path : string

The path to the file to send.

?headers : Record<string, string>

Additional headers to be sent.

Returns: FilePathWithHeaders

Instance members

Instance member Description

this.headers

Full Usage: this.headers

Additional headers to be sent.

this.path

Full Usage: this.path

The path to the file to send.

Type something to start searching.