matlab.net.http.StartLine class

Package: matlab.net.http

First line of HTTP message

Description

The StartLine class is an abstract class used as a base class for creating matlab.net.http.RequestLine and matlab.net.http.StatusLine elements.

Methods

These methods implement the equivalent MATLAB® functionality for this class.

char

Start line as character vector as it would appear in first line of HTTP message

string

Start line as string

Introduced in R2016b

Was this topic helpful?