Skip to content

1.2.0

Latest
Compare
Choose a tag to compare
@shaburov shaburov released this 16 Mar 18:53
· 1 commit to main since this release
b31dd8d
  • New FormUrlQueryData simplified mechanism for working with QueryMap. Reading values from variables through
    reflection. Managing rules for handling null values, support for nested POJO objects.
  • New FormUrlEncodedConverter support for request/response body in "x-www-form-urlencoded" format. Support for nested POJO objects.
  • New ReflectHeaders simplified mechanism for working with request @HeadersMap. Reading headers from variables through
    reflection with naming control.
  • Change FormUrlEncodedMapper moved to a separate library (org.touchbit.web:form-urlencoded-marshaller).