matlab.net.http.field.ContentLengthField Class
Namespace: matlab.net.http.field
Superclasses: matlab.net.http.HeaderField
, matlab.net.http.field.IntegerField
HTTP Content-Length field
Description
A ContentLengthField
object is an HTTP header field in a request or a
response message that specifies the length of the payload in bytes.
MATLAB® requires all outbound messages with a payload to contain a Content-Length field. If a message contains a nonempty body, then MATLAB creates a Content-Length field based on the length of the data. However, for chunked data transfers, no field is added. For more information, see RFC 7231, section 3.3.2. Content-Length on the RFC Editor website.
Response messages might or might not contain this field.
Creation
Properties
Methods
Examples
Version History
Introduced in R2016b