Package de.xima.fc.http.params
- 
Interface Summary Interface Description IBinaryDataBuilder<Self> A builder for an HTTP request body that can have binary data items, such as a multipart body.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.IFormDataBodyBuilder A builder for an HTTP request form data body (application/x-www-form-urlencoded).IHttpBodyBuilder A builder for an HTTP request body.IMultipartBodyBuilder A builder for an HTTP request multipart body (multipart/form-data).IParameterBuilder<Self> A builder for an HTTP request body that can have parameters, such as a multipart or form data body. - 
Class Summary Class Description BinaryData Binary data that can be added to a HTTP request.ContentTypeHttpRequestParameter An HTTP request parameter with a name, value, and content type that can be added to a request.HttpRequestParameter An HTTP request parameter with a name and value that can be added to a request.