retrofit.http
Annotation Type Multipart


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Multipart

Denotes that the request body is multi-part. Parts should be declared as parameters and annotated with @Part.



Copyright © 2013 Square, Inc.. All Rights Reserved.