Package: matlab.net.http.field
Superclasses: matlab.net.http.HeaderField
Base class for HTTP header fields containing nonnegative integers
Use the IntegerField
class to construct a header
field containing a nonnegative integer, for which there is no existing
class in the matlab.net.http.field
package.
obj = matlab.net.http.field.IntegerField(name,value)
creates
an HTTP header field with the Name
property
set to name
and the Value
property
set to value
.
convert |
|