Package: matlab.net.http.field
Superclasses: matlab.net.http.field.GenericParameterizedField
HTTP Content-Disposition header field
Use a ContentDispositionField
object to specify a Content-Disposition
header field, which is commonly used in multipart form requests.
obj = matlab.net.http.field.ContentDispositionField(value)
creates a Content-Disposition header field with the Value
property set to value
.