cpr.protocols.EncodingResult

Index

Properties
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.

Properties

content
type Blob
Data to be sent to the server.
contentType
type String
Define the ContentType to be sent to the server.
key
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.