Uses of Interface
de.xima.fc.http.params.IHttpBodyBuilder
-
Packages that use IHttpBodyBuilder Package Description de.xima.fc.http.params -
-
Uses of IHttpBodyBuilder in de.xima.fc.http.params
Subinterfaces of IHttpBodyBuilder in de.xima.fc.http.params Modifier and Type Interface Description interface
IBinaryDataBuilder<Self>
A builder for an HTTP request body that can have binary data items, such as a multipart body.interface
IContentTypeParameterBuilder<Self extends IContentTypeParameterBuilder<Self>>
A builder for an HTTP request body that can have parameters with different content types, such as a multipart body.interface
IFormDataBodyBuilder
A builder for an HTTP request form data body (application/x-www-form-urlencoded
).interface
IMultipartBodyBuilder
A builder for an HTTP request multipart body (multipart/form-data
).interface
IParameterBuilder<Self>
A builder for an HTTP request body that can have parameters, such as a multipart or form data body.
-