{8.2.0-new} Request Form Data
Per-client or per-request form-data parameters can be specified using the following methods:
{@link oajr.client2.RestClientBuilder#formDatas(Object...) formDatas(Object...)} allows you to pass in a variety of form-data parameter objects, and {@link oajr.client2.RestClientBuilder#formDataPairs(Object...) formDataPairs(Object...)} allows you to specify several form-data parameters in a compact fashion.
The {@link oaj.httppart.HttpPartSchema} API allows you to define OpenAPI schemas to POJO data structures on form-data parameters.
The methods with {@link oaj.AddFlag} parameters allow you to control whether new form-data parameters get appended, prepended, or replace existing form-data parameters with the same name.