show
Class: matlab.net.http.MessageBody
Namespace: matlab.net.http
Display or return formatted version of message body data
Description
show(
displays the entire
body
)Data
property of a message
body if Data
is a scalar
string or character vector. For other types, the
method displays a message indicating the length of
the data in bytes, if known. If length is unknown,
then the value displayed is the length of the data
if body
were sent in a
request message.
The show
method formats
Data
when possible. For
example, the method puts separators between parts
of a multipart message and separately converts
each part to a string. If
Data
is a string or character
vector, then the string
and
show
methods return the same
value.
Use this method for diagnostics or debugging.
str = show(___)
returns a string
containing the information to be displayed, and can include any of
the input arguments in previous syntaxes.
Input Arguments
Examples
Version History
Introduced in R2016b