Package org.takes.rq

Interface RqForm

  • All Superinterfaces:
    Body, Head, Request
    All Known Implementing Classes:
    RqFormBase, RqFormFake, RqFormSmart

    public interface RqForm
    extends Request
    Request decorator that decodes FORM data from application/x-www-form-urlencoded format (RFC 1738).

    For multipart/form-data format use RqMtBase.

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

    The class is immutable and thread-safe.

    Since:
    0.9
    See Also:
    Forms in HTML, RqGreedy