PostBody

external interface PostBody(source)

Properties

Link copied to clipboard
abstract var boundary: String?

The boundary used to separate multiple parts of the message. Only valid when contentType is multipart/form-data.

Link copied to clipboard
abstract var 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.

Link copied to clipboard
abstract var data: Array<Any>

The post data to be sent to the new window.