Main Content
show
Class: matlab.net.http.Message
Namespace: matlab.net.http
Display or return formatted version of message
Description
show(
displays the whole message
in the Command Window, including the msg
)Header
and
Body
properties. If Body
contains
binary data that cannot be converted to characters, then the method displays a
message indicating the length of the data in bytes.
Use this syntax 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