You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
NewFormUrlQueryData simplified mechanism for working with QueryMap. Reading values from variables through
reflection. Managing rules for handling null values, support for nested POJO objects.
NewFormUrlEncodedConverter support for request/response body in "x-www-form-urlencoded" format. Support for nested POJO objects.
NewReflectHeaders simplified mechanism for working with request @HeadersMap. Reading headers from variables through
reflection with naming control.
ChangeFormUrlEncodedMapper moved to a separate library (org.touchbit.web:form-urlencoded-marshaller).