Main Content
matlab.net.http.StatusLine Class
Namespace: matlab.net.http
Superclasses: matlab.net.http.StartLine
First line of HTTP response message
Description
The server inserts a StatusLine
object into every HTTP response message.
For information about a status line, see RFC 7230 Status Line, section 3.1.2 on the RFC Editor
website.
Creation
obj = StatusLine(protocolVersion,statusCode,reasonPhrase)
creates a
status line with the specified properties. Use constructors for
testing.
obj = StatusLine(
creates a status line by
parsing str
)str
.
Input Arguments
Properties
Methods
Version History
Introduced in R2016b