Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-electron
/
electron.core
/
FilePathWithHeaders
File
Path
With
Headers
external
interface
FilePathWithHeaders
(
source
)
Members
Properties
headers
Link copied to clipboard
abstract
var
headers
:
ReadonlyRecord
<
String
,
String
>
?
Additional headers to be sent.
path
Link copied to clipboard
abstract
var
path
:
String
The path to the file to send.