contentTransferEncoding property

HeaderValue? contentTransferEncoding

The parsed Content-Transfer-Encoding header of the HttpMultipartFormData. This field is used to determine how to decode the data. Returns null if not present.

Implementation

HeaderValue? get contentTransferEncoding => formData.contentTransferEncoding;