Package: matlab.net.http
Superclasses: matlab.net.http.StartLine
First line of HTTP response message
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.
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
.