Uses of Interface
de.xima.fc.http.params.IParameterBuilder
-
Packages that use IParameterBuilder Package Description de.xima.fc.http.params -
-
Uses of IParameterBuilder in de.xima.fc.http.params
Subinterfaces of IParameterBuilder in de.xima.fc.http.params Modifier and Type Interface Description 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
).
-