Package: matlab.net.http.field
Superclasses: matlab.net.http.HeaderField
, matlab.net.http.field.HTTPDateField
HTTP Date header field
A DateField
object represents an HTTP Date header field. A Date field is an
optional field that represents the date and time a request or a response message was
originally sent. If you do not specify a Date field in a request message, then MATLAB® inserts one when you send it.
obj = matlab.net.http.field.DateField(value)
creates a Date
header field with the Value
property set to
value
.
obj = matlab.net.http.field.DateField
sets the field value to the
current date and time.