Uses of Interface
de.xima.fc.http.params.IParameterBuilder
Packages that use IParameterBuilder
-
Uses of IParameterBuilder in de.xima.fc.http
Classes in de.xima.fc.http that implement IParameterBuilder -
Uses of IParameterBuilder in de.xima.fc.http.params
Subinterfaces of IParameterBuilder in de.xima.fc.http.paramsModifier and TypeInterfaceDescriptioninterface
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
A builder for an HTTP request form data body (application/x-www-form-urlencoded
).interface
A builder for an HTTP request multipart body (multipart/form-data
).interface
IUrlDataBuilder<Self>
Body builder for appending request parameters to the URL of an HTTP request