Simple class representing a single part in a multi-part HTTP POST request. A
part always has a name, and either a string value or a value which comes from
the contents of a File. For each of the two types, a character encoding may
be specified, and for file parts, a content type may additionally be
specified.
Note: when this class is used with sensitive data, be careful in persisting sensitive information.