public interface RqMultipart extends Request
All implementations of this interface must be immutable and thread-safe.
Modifier and Type | Interface and Description |
---|---|
static class |
RqMultipart.Base
Request decorator, that decodes FORM data from
multipart/form-data format (RFC 2045). |
Iterable<Request> part(CharSequence name)
name
- Name of the part to getCopyright © 2015 Take. All rights reserved.