matlab.net.http.StartLine - First line of HTTP message - MATLAB (original) (raw)

Namespace: matlab.net.http

First line of HTTP message

Description

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

Methods

expand all

These methods specialize standard MATLABĀ® operators and functions for objects in this class.

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

Version History

Introduced in R2016b

See Also

RequestLine | StatusLine