Package de.xima.fc.http.params
Interface IFormDataBodyBuilder
- All Superinterfaces:
IHttpBodyBuilder
,IParameterBuilder<IFormDataBodyBuilder>
A builder for an HTTP request form data body (
application/x-www-form-urlencoded
).- Since:
- 7.0.3
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Adds the multipart body to the HTTP requests builder and returns the HTTP request builder.Methods inherited from interface de.xima.fc.http.params.IParameterBuilder
addParameter, addParameter, addParameters
-
Method Details
-
build
HttpRequestBuilder build()Adds the multipart body to the HTTP requests builder and returns the HTTP request builder.- Specified by:
build
in interfaceIHttpBodyBuilder
- Returns:
- The HTTP request builder that was used to create this body builder.
-