Package: matlab.net.http
Body of HTTP message
A MessageBody
object contains the body of an HTTP message. In a request
message, set the Body
property to your data or to a
MessageBody
object containing your data. In a response message, this object
contains the received data.
Message data is represented by two properties. The Payload
property
contains the raw bytes sent to or received from the network. The Data
property contains the Payload
as a MATLAB® type. Often only one of these two properties is set.
A MessageBody
object contains the body of an HTTP message. In a request
message, set the Body
property to your data or to a
MessageBody
object containing your data. In a response message, this object
contains the received data.
Message data is represented by two properties. The Payload
property
contains the raw bytes sent to or received from the network. The Data
property contains the Payload
as a MATLAB type. Often only one of these two properties is set.
ContentTypeField
| Data | imread
| imwrite
| MediaType
| RequestMessage
| ResponseMessage