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.
addFields | Add fields to message header |
changeFields | Change existing fields in message header |
char | Return message as character vector |
getFields | Return message header fields matching name or class |
removeFields | Remove fields from message header |
show | Display or return formatted version of message |
string | Return message as string |
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.
matlab.net.http.field.ContentTypeField
| matlab.net.http.HeaderField
| matlab.net.http.MessageBody
| matlab.net.http.RequestMessage
| matlab.net.http.ResponseMessage