PostBody Type
Constructors
| Constructor |
Description
|
Full Usage:
PostBody(data, contentType, ?boundary)
Parameters:
U2<UploadRawData, UploadFile>[]
-
The post data to be sent to the new window.
contentType : string
-
The content-type header used for the data. One of application/x-www-form-urlencoded or multipart/form-data. Corresponds to the enctype attribute of the
submitted HTML form.
?boundary : string
-
The boundary used to separate multiple parts of the message. Only valid when contentType is multipart/form-data.
Returns: PostBody
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.boundary
|
The boundary used to separate multiple parts of the message. Only valid when contentType is multipart/form-data. |
Full Usage:
this.contentType
|
The content-type header used for the data. One of application/x-www-form-urlencoded or multipart/form-data. Corresponds to the enctype attribute of the submitted HTML form. |
Full Usage:
this.data
|
The post data to be sent to the new window. |
fable-electron-docs-api