Multipart

@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class Multipart

Indicate the request body is multipart

Parts should be declared as parameters and annotated with @Part

See also