Main Content
getReasonPhrase
Class: matlab.net.http.StatusCode
Namespace: matlab.net.http
StatusCode identifier as text phrase
Description
meaning = getReasonPhrase(
returns
the status code identifier as a string (English only) with punctuation
and spacing added. The meaning is based on the numeric code. code
)meaning
is
not necessarily the same as the ReasonPhrase
property
that the server inserts into the status line of a response message.
Input Arguments
Examples
Version History
Introduced in R2016b