Package: matlab.net.http.field
Superclasses: matlab.net.http.HeaderField
Base class for HTTP header fields containing URI components
The URIReferenceField
class is a base class for creating Location and
Content-Location header fields. Use the URIReferenceField
class to construct
different header fields containing a single URI or a portion of a URI.
obj = matlab.net.http.field.URIReferenceField(name,value)
creates an
HTTP header field with the Name
property set to
name
and the Value
property set to
value
.
matlab.net.http.field.ContentLocationField
| matlab.net.http.field.LocationField
| matlab.net.http.HeaderField.displaySubclasses
| matlab.net.URI