matlab.net.http.Message Class
Namespace: matlab.net.http
HTTP request or response message
Description
The Message
class is an abstract class used as a base class to create HTTP
messages.
Properties
Methods
Tips
To send arbitrary headers and data in a request message, set the
Completed
property totrue
to prevent thesend
method from modifying the message. You still can use thecomplete
method to validate the message, but thesend
method does not validate the message.
Version History
Introduced in R2016b
See Also
RequestMessage
| ResponseMessage
| MessageBody
| ContentTypeField
| HeaderField