Class RqMtBase

  • All Implemented Interfaces:
    Body, Head, Request, RqMultipart

    public final class RqMtBase
    extends Object
    implements RqMultipart
    Request decorator, that decodes FORM data from multipart/form-data format (RFC 2045).

    For application/x-www-form-urlencoded format use RqForm.

    It is highly recommended to use RqGreedy decorator before passing request to this class.

    The class is immutable and thread-safe.

    Since:
    0.33
    See Also:
    Forms in HTML, RqGreedy