objectHttpUploadData
One entry data containing multipart
inheritance relationship
Member properties
fileName
String, the name of the file containing the data for this entry
1readonly String HttpUploadData.fileName;
contentType
String, the type containing the data for this entry
1readonly String HttpUploadData.contentType;
contentTransferEncoding
String, containing the transfer encoding type of this entry's data
1readonly String HttpUploadData.contentTransferEncoding;
body
SeekableStream, the stream object containing the data part of this entry
1readonly SeekableStream HttpUploadData.body;
member function
toString
Returns the string representation of the object, generally returns "[Native Object]", the object can be reimplemented according to its own characteristics
1String HttpUploadData.toString();
Return result:
- String, returns the string representation of the object
toJSON
Returns the JSON format representation of the object, generally returns the set of readable properties defined by the object
1Value HttpUploadData.toJSON(String key = "");
Call parameters:
- key: String, unused
Return result:
- Value, returns a value containing JSON serializable