Package: matlab.net.http
HTTP request or response message
The Message
class is an abstract class used as a base class to create HTTP
messages.
To send arbitrary headers and data in a request message, set the
Completed
property to true
to prevent the
send
method from modifying the message. You still can use the
complete
method to validate the message, but the send
method does not validate the message.
ContentTypeField
| HeaderField
| MessageBody
| RequestMessage
| ResponseMessage