Name | Type | Description |
---|---|---|
content | Blob | Data to be sent to the server. |
contentType | String | Define the ContentType to be sent to the server. |
key | String | Key of data to be transmitted to the server. |
type | Blob |
---|---|
Data to be sent to the server.
|
type | String |
---|---|
Define the ContentType to be sent to the server.
|
type | String |
---|---|
Key of data to be transmitted to the server.
If the key value is null, the request format that requires the key value is ignored and only the returned content is sent to the server.
|