FormUrlEncoded

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

A function that is annotated with this, will have the header application/x-www-form-urlencoded added to the request. Needed to use @Field @FieldMap

Constructors

FormUrlEncoded
Link copied to clipboard
fun FormUrlEncoded()