Class MultipartField

java.lang.Object
com.soklet.core.MultipartField

@ThreadSafe public class MultipartField extends Object
Encapsulates an HTML form element name, binary and String representations of its value, and other attributes as encoded according to the multipart/form-data specification.

Full documentation is available at https://www.soklet.com/docs/request-handling#multipart-form-data.

Author:
Mark Allen